Package io.trino.sql.planner.plan
Class SampleNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.SampleNode
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSampleNode(PlanNodeId id, PlanNode source, double sampleRatio, SampleNode.Type sampleType) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) doublereplaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
SampleNode
-
-
Method Details
-
getSources
- Specified by:
getSourcesin classPlanNode
-
getSource
-
getSampleRatio
public double getSampleRatio() -
getSampleType
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-