Package | Description |
---|---|
org.apache.drill.common.logical.data |
Logical operators in a query graph.
|
org.apache.drill.common.logical.data.visitors |
Visitors for Drill logical plan graphs.
|
org.apache.drill.exec.planner.logical |
Modifier and Type | Method and Description |
---|---|
LogicalOperator.NodeBuilder<Limit> |
Limit.nodeBuilder() |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
Limit.LimitNodeBuilder.convert(com.fasterxml.jackson.databind.ObjectMapper mapper,
Limit operator,
Integer inputId) |
Modifier and Type | Method and Description |
---|---|
RETURN |
LogicalVisitor.visitLimit(Limit limit,
EXTRA value) |
T |
AbstractLogicalVisitor.visitLimit(Limit limit,
X value) |
Modifier and Type | Method and Description |
---|---|
static DrillLimitRel |
DrillLimitRel.convert(Limit limit,
ConversionContext context) |
Void |
ScanFieldDeterminer.visitLimit(Limit limit,
ScanFieldDeterminer.FieldList value) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.