Uses of Class
io.trino.sql.planner.Partitioning.ArgumentBinding
-
Packages that use Partitioning.ArgumentBinding Package Description io.trino.sql.planner -
-
Uses of Partitioning.ArgumentBinding in io.trino.sql.planner
Methods in io.trino.sql.planner that return Partitioning.ArgumentBinding Modifier and Type Method Description static Partitioning.ArgumentBindingPartitioning.ArgumentBinding. constantBinding(NullableValue constant)static Partitioning.ArgumentBindingPartitioning.ArgumentBinding. expressionBinding(Expression expression)Partitioning.ArgumentBindingPartitioning.ArgumentBinding. translate(Function<Symbol,Symbol> translator)Methods in io.trino.sql.planner that return types with arguments of type Partitioning.ArgumentBinding Modifier and Type Method Description List<Partitioning.ArgumentBinding>Partitioning. getArguments()Optional<Partitioning.ArgumentBinding>Partitioning.ArgumentBinding. translate(Partitioning.Translator translator)Method parameters in io.trino.sql.planner with type arguments of type Partitioning.ArgumentBinding Modifier and Type Method Description static PartitioningPartitioning. jsonCreate(PartitioningHandle handle, List<Partitioning.ArgumentBinding> arguments)
-