Uses of Class
io.trino.spi.function.FunctionNullability
Packages that use FunctionNullability
-
Uses of FunctionNullability in io.trino.spi.function
Methods in io.trino.spi.function that return FunctionNullabilityModifier and TypeMethodDescriptionFunctionDependencies.getCastNullability(Type fromType, Type toType) FunctionDependencies.getFunctionNullability(CatalogSchemaFunctionName name, List<Type> parameterTypes) FunctionMetadata.getFunctionNullability()FunctionDependencies.getOperatorNullability(OperatorType operatorType, List<Type> parameterTypes) Methods in io.trino.spi.function with parameters of type FunctionNullabilityModifier and TypeMethodDescriptionstatic FunctionMetadataFunctionMetadata.fromJson(FunctionId functionId, Signature signature, String canonicalName, Set<String> names, FunctionNullability functionNullability, boolean hidden, boolean deterministic, String description, FunctionKind kind, boolean deprecated)