public class BeamSqlAndExpression extends BeamSqlLogicalExpression
BeamSqlExpression for 'AND' operation.operands, outputType| Constructor and Description |
|---|
BeamSqlAndExpression(java.util.List<BeamSqlExpression> operands) |
| Modifier and Type | Method and Description |
|---|---|
BeamSqlPrimitive<java.lang.Boolean> |
evaluate(BeamRecord inputRow,
BoundedWindow window)
Apply input record
BeamRecord with BoundedWindow to this expression,
the output value is wrapped with BeamSqlPrimitive. |
acceptgetOperands, getOutputType, numberOfOperands, op, opType, opValueEvaluatedpublic BeamSqlAndExpression(java.util.List<BeamSqlExpression> operands)
public BeamSqlPrimitive<java.lang.Boolean> evaluate(BeamRecord inputRow, BoundedWindow window)
BeamSqlExpressionBeamRecord with BoundedWindow to this expression,
the output value is wrapped with BeamSqlPrimitive.evaluate in class BeamSqlExpression