public static final class Expression.CastExpression extends Object implements Expression
Expression.CastExpression, Expression.DateFormat, Expression.ExpressionCreator, Expression.ExpressionFunction, Expression.ReferencedField, Expression.Substring, Expression.TemporalExpressionBase<T>, Expression.TemporalToIntConverter, Expression.TruncateComputer| Modifier and Type | Method and Description |
|---|---|
String |
eval(String input)
Compute value from given input.
|
String |
fieldReference()
Return name of referenced field.
|
DataType |
outputType()
Return
DataType of computed value. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcast, create, substring, truncatepublic String fieldReference()
ExpressionfieldReference in interface Expressionpublic DataType outputType()
ExpressionDataType of computed value.outputType in interface Expressionpublic String eval(String input)
Expressioneval in interface ExpressionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.