| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base | |
| org.apache.drill.exec.physical.config | |
| org.apache.drill.exec.planner.physical | |
| org.apache.drill.exec.store.mapr.db.json |
| Modifier and Type | Method and Description |
|---|---|
PartitionFunction |
AbstractDbGroupScan.getRangePartitionFunction(List<FieldReference> refList) |
PartitionFunction |
DbGroupScan.getRangePartitionFunction(List<FieldReference> refList)
Get a partition function instance for range based partitioning
|
| Modifier and Type | Method and Description |
|---|---|
PartitionFunction |
RangePartitionSender.getPartitionFunction() |
| Constructor and Description |
|---|
RangePartitionExchange(PhysicalOperator child,
PartitionFunction partitionFunction) |
RangePartitionSender(int oppositeMajorFragmentId,
PhysicalOperator child,
List<MinorFragmentEndpoint> endpoints,
PartitionFunction partitionFunction) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRangePartitionFunction |
| Modifier and Type | Method and Description |
|---|---|
PartitionFunction |
DrillDistributionTrait.getPartitionFunction() |
| Constructor and Description |
|---|
DrillDistributionTrait(DrillDistributionTrait.DistributionType type,
List<DrillDistributionTrait.DistributionField> fields,
PartitionFunction partitionFunction) |
RangePartitionExchangePrel(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traitSet,
org.apache.calcite.rel.RelNode input,
List<DrillDistributionTrait.DistributionField> fields,
PartitionFunction partitionFunction) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonTableRangePartitionFunction |
| Modifier and Type | Method and Description |
|---|---|
PartitionFunction |
JsonTableGroupScan.getRangePartitionFunction(List<FieldReference> refList) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.