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(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 BeamSqlIsNotNullExpression(BeamSqlExpression operand)
public boolean accept()
accept in class BeamSqlExpressionpublic BeamSqlPrimitive<java.lang.Boolean> evaluate(BeamRecord inputRow, BoundedWindow window)
BeamSqlExpressionBeamRecord with BoundedWindow to this expression,
the output value is wrapped with BeamSqlPrimitive.evaluate in class BeamSqlExpression