public class BeamSqlNotExpression extends BeamSqlLogicalExpression
BeamSqlExpression for logical operator: NOT.
Whether boolean is not TRUE; returns UNKNOWN if boolean is UNKNOWN.
operands, outputType| Constructor and Description |
|---|
BeamSqlNotExpression(java.util.List<BeamSqlExpression> operands) |
| Modifier and Type | Method and Description |
|---|---|
BeamSqlPrimitive |
evaluate(Row inputRow,
BoundedWindow window,
BeamSqlExpressionEnvironment env)
Apply input record
Row with BoundedWindow to this expression, the output value
is wrapped with BeamSqlPrimitive. |
acceptgetOperands, getOutputType, numberOfOperands, op, opType, opValueEvaluatedpublic BeamSqlNotExpression(java.util.List<BeamSqlExpression> operands)
public BeamSqlPrimitive evaluate(Row inputRow, BoundedWindow window, BeamSqlExpressionEnvironment env)
BeamSqlExpressionRow with BoundedWindow to this expression, the output value
is wrapped with BeamSqlPrimitive.evaluate in class BeamSqlExpression