public class BeamSqlIsNullExpression extends BeamSqlExpression
BeamSqlExpression for 'IS NULL' operation.operands, outputType| Constructor and Description |
|---|
BeamSqlIsNullExpression(BeamSqlExpression operand) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept()
only one operand is required.
|
BeamSqlPrimitive<java.lang.Boolean> |
evaluate(Row inputRow,
BoundedWindow window,
BeamSqlExpressionEnvironment env)
Apply input record
Row with BoundedWindow to this expression, the output value
is wrapped with BeamSqlPrimitive. |
getOperands, getOutputType, numberOfOperands, op, opType, opValueEvaluatedpublic BeamSqlIsNullExpression(BeamSqlExpression operand)
public boolean accept()
accept in class BeamSqlExpressionpublic BeamSqlPrimitive<java.lang.Boolean> evaluate(Row inputRow, BoundedWindow window, BeamSqlExpressionEnvironment env)
BeamSqlExpressionRow with BoundedWindow to this expression, the output value
is wrapped with BeamSqlPrimitive.evaluate in class BeamSqlExpression