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 |
|---|---|
boolean |
accept()
assertion to make sure the input and output are supported in this expression.
|
BeamSqlPrimitive |
evaluate(BeamRecord inputRow,
BoundedWindow window)
Apply input record
BeamRecord with BoundedWindow to this expression,
the output value is wrapped with BeamSqlPrimitive. |
getOperands, getOutputType, numberOfOperands, op, opType, opValueEvaluatedpublic BeamSqlNotExpression(java.util.List<BeamSqlExpression> operands)
public boolean accept()
BeamSqlExpressionaccept in class BeamSqlLogicalExpressionpublic BeamSqlPrimitive evaluate(BeamRecord inputRow, BoundedWindow window)
BeamSqlExpressionBeamRecord with BoundedWindow to this expression,
the output value is wrapped with BeamSqlPrimitive.evaluate in class BeamSqlExpression