Uses of Class
io.trino.sql.planner.plan.ValuesNode
Packages that use ValuesNode
-
Uses of ValuesNode in io.trino.cost
Methods 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, StatsProvider sourceStats, Lookup lookup, Session session, TypeProvider types, TableStatsProvider tableStatsProvider) -
Uses of ValuesNode in io.trino.sql.planner.iterative.rule
Methods 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