Uses of Class
io.trino.sql.planner.SystemPartitioningHandle.SystemPartitionFunction
-
Packages that use SystemPartitioningHandle.SystemPartitionFunction Package Description io.trino.sql.planner -
-
Uses of SystemPartitioningHandle.SystemPartitionFunction in io.trino.sql.planner
Methods in io.trino.sql.planner that return SystemPartitioningHandle.SystemPartitionFunction Modifier and Type Method Description SystemPartitioningHandle.SystemPartitionFunctionSystemPartitioningHandle. getFunction()static SystemPartitioningHandle.SystemPartitionFunctionSystemPartitioningHandle.SystemPartitionFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemPartitioningHandle.SystemPartitionFunction[]SystemPartitioningHandle.SystemPartitionFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.planner with parameters of type SystemPartitioningHandle.SystemPartitionFunction Constructor Description SystemPartitioningHandle(io.trino.sql.planner.SystemPartitioningHandle.SystemPartitioning partitioning, SystemPartitioningHandle.SystemPartitionFunction function)
-