Uses of Class
io.trino.sql.planner.plan.ValuesNode
Packages that use ValuesNode
-
Uses of ValuesNode in io.trino.cost
Classes in io.trino.cost that implement interfaces with type arguments of type ValuesNodeMethods in io.trino.cost that return types with arguments of type ValuesNodeMethods in io.trino.cost with parameters of type ValuesNodeModifier and TypeMethodDescriptionValuesStatsRule.calculate(ValuesNode node, StatsCalculator.Context context) -
Uses of ValuesNode in io.trino.sql.planner.iterative.rule
Subclasses with type arguments of type ValuesNode in io.trino.sql.planner.iterative.ruleMethods in io.trino.sql.planner.iterative.rule with parameters of type ValuesNodeModifier and TypeMethodDescriptionPruneValuesColumns.pushDownProjectOff(Rule.Context context, ValuesNode valuesNode, Set<Symbol> referencedOutputs) -
Uses of ValuesNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type ValuesNodeModifier and TypeMethodDescriptionstatic Pattern<ValuesNode> Patterns.emptyValues()static Property<ValuesNode, Lookup, Integer> Patterns.Values.rowCount()static Property<ValuesNode, Lookup, Optional<List<Expression>>> Patterns.Values.rows()static Pattern<ValuesNode> Patterns.values()Methods in io.trino.sql.planner.plan with parameters of type ValuesNode