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