Package io.trino.metadata
Class LiteralFunction
java.lang.Object
io.trino.metadata.SqlScalarFunction
io.trino.metadata.LiteralFunction
- All Implemented Interfaces:
SqlFunction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionspecialize(BoundSignature boundSignature) static TypetypeForMagicLiteral(Type type) Methods inherited from class io.trino.metadata.SqlScalarFunction
getFunctionMetadata, specializeMethods 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
-
Field Details
-
LITERAL_FUNCTION_NAME
- See Also:
-
-
Constructor Details
-
LiteralFunction
-
-
Method Details
-
specialize
- Overrides:
specializein classSqlScalarFunction
-
typeForMagicLiteral
-