public class BeamSqlIsNotNullExpression extends BeamSqlExpression
BeamSqlExpression for 'IS NOT NULL' operation.operands, outputType| Constructor and Description |
|---|
BeamSqlIsNotNullExpression(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 BeamSqlIsNotNullExpression(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