public abstract class BeamSqlStringUnaryExpression extends BeamSqlExpression
operands, outputType| Constructor and Description |
|---|
BeamSqlStringUnaryExpression(java.util.List<BeamSqlExpression> operands,
SqlTypeName outputType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept()
assertion to make sure the input and output are supported in this expression.
|
evaluate, getOperands, getOutputType, numberOfOperands, op, opType, opValueEvaluatedpublic BeamSqlStringUnaryExpression(java.util.List<BeamSqlExpression> operands, SqlTypeName outputType)
public boolean accept()
BeamSqlExpressionaccept in class BeamSqlExpression