public class BeamSqlInitCapExpression extends BeamSqlStringUnaryExpression
operands, outputType| Constructor and Description |
|---|
BeamSqlInitCapExpression(java.util.List<BeamSqlExpression> operands) |
| Modifier and Type | Method and Description |
|---|---|
BeamSqlPrimitive |
evaluate(Row inputRow,
BoundedWindow window)
Apply input record
Row with BoundedWindow to this expression,
the output value is wrapped with BeamSqlPrimitive. |
acceptgetOperands, getOutputType, numberOfOperands, op, opType, opValueEvaluatedpublic BeamSqlInitCapExpression(java.util.List<BeamSqlExpression> operands)
public BeamSqlPrimitive evaluate(Row inputRow, BoundedWindow window)
BeamSqlExpressionRow with BoundedWindow to this expression,
the output value is wrapped with BeamSqlPrimitive.evaluate in class BeamSqlExpression