Package io.trino.metadata
Class SqlScalarFunction
java.lang.Object
io.trino.metadata.SqlScalarFunction
- All Implemented Interfaces:
SqlFunction
- Direct Known Subclasses:
AbstractGreatestLeast,ApplyFunction,ArrayConcatFunction,ArrayFlattenFunction,ArrayReduceFunction,ArraySubscriptOperator,ArrayToElementConcatFunction,ArrayToJsonCast,ArrayTransformFunction,CastFromUnknownOperator,ConcatFunction,ConcatWsFunction,ElementToArrayConcatFunction,FormatFunction,GenericComparisonUnorderedFirstOperator,GenericComparisonUnorderedLastOperator,GenericDistinctFromOperator,GenericEqualOperator,GenericHashCodeOperator,GenericIndeterminateOperator,GenericLessThanOperator,GenericLessThanOrEqualOperator,GenericReadValueOperator,GenericXxHash64Operator,IdentityCast,InvokeFunction,JsonArrayFunction,JsonExistsFunction,JsonObjectFunction,JsonQueryFunction,JsonStringToArrayCast,JsonStringToMapCast,JsonStringToRowCast,JsonToArrayCast,JsonToMapCast,JsonToRowCast,JsonValueFunction,MapConcatFunction,MapConstructor,MapElementAtFunction,MapFilterFunction,MapSubscriptOperator,MapToJsonCast,MapToMapCast,MapTransformKeysFunction,MapTransformValuesFunction,MapZipWithFunction,ParametricScalar,Re2JCastToRegexpFunction,RowToJsonCast,RowToRowCast,TryCastFunction,VersionFunction,ZipFunction,ZipWithFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SpecializedSqlScalarFunctionspecialize(BoundSignature boundSignature) specialize(BoundSignature boundSignature, FunctionDependencies functionDependencies) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.metadata.SqlFunction
getFunctionDependencies, getFunctionDependencies
-
Constructor Details
-
SqlScalarFunction
-
-
Method Details
-
getFunctionMetadata
- Specified by:
getFunctionMetadatain interfaceSqlFunction
-
specialize
public SpecializedSqlScalarFunction specialize(BoundSignature boundSignature, FunctionDependencies functionDependencies) -
specialize
-