UntilTransformer implements Transformer
FinalYes
Interfaces
Methods
- __construct() : mixed
- bind() : BoundStep
- transform() : Rows
Methods
__construct()
public
__construct(ScalarFunction $function[, null|ScalarFunction $resolved = null ]) : mixed
Parameters
- $function : ScalarFunction
- $resolved : null|ScalarFunction = null
-
the predicate resolved against the bound schema; only bind() sets it
bind()
public
bind(Schema $input) : BoundStep
Parameters
- $input : Schema
Return values
BoundSteptransform()
public
transform(Rows $rows, FlowContext $context) : Rows
Parameters
- $rows : Rows
- $context : FlowContext