Interface ConvertFunction
- All Known Implementing Classes:
AbstractConvertFunction,FoldablesConvertFunction,FromAggregateMetricDouble,StGeohashToLong,StGeohashToString,StGeohexToLong,StGeohexToString,StGeotileToLong,StGeotileToString,ToAggregateMetricDouble,ToBoolean,ToCartesianPoint,ToCartesianShape,ToDateNanos,ToDatePeriod,ToDatetime,ToDegrees,ToDouble,ToGeoPoint,ToGeoShape,ToInteger,ToIp,ToIpLeadingZerosDecimal,ToIpLeadingZerosOctal,ToIpLeadingZerosRejected,ToLong,ToRadians,ToString,ToTimeDuration,ToUnsignedLong,ToVersion
public interface ConvertFunction
A function that converts from one type to another.
-
Method Details
-
field
Expression field()Expression containing the values to be converted. -
supportedTypes
The types thatfield()can have.
-