Uses of Class
io.trino.sql.planner.plan.ValuesNode
-
Packages that use ValuesNode Package Description io.trino.cost io.trino.sql.planner.iterative.rule io.trino.sql.planner.plan -
-
Uses of ValuesNode in io.trino.cost
Methods in io.trino.cost that return types with arguments of type ValuesNode Modifier and Type Method Description Pattern<ValuesNode>ValuesStatsRule. getPattern()Methods in io.trino.cost with parameters of type ValuesNode Modifier and Type Method Description Optional<PlanNodeStatsEstimate>ValuesStatsRule. calculate(ValuesNode node, StatsProvider sourceStats, Lookup lookup, Session session, TypeProvider types) -
Uses of ValuesNode in io.trino.sql.planner.iterative.rule
Methods in io.trino.sql.planner.iterative.rule with parameters of type ValuesNode Modifier and Type Method Description protected Optional<PlanNode>PruneValuesColumns. 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 ValuesNode Modifier and Type Method Description 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 Modifier and Type Method Description RPlanVisitor. visitValues(ValuesNode node, C context)
-