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