Uses of Interface
org.apache.drill.exec.planner.PartitionLocation
Packages that use PartitionLocation
-
Uses of PartitionLocation in org.apache.drill.exec.planner
Classes in org.apache.drill.exec.planner that implement PartitionLocationModifier and TypeClassDescriptionclassComposite partition location corresponds to a directory in the file system.classDefines a single partition in a DFS table.classclassAbstract class for simple partition.Fields in org.apache.drill.exec.planner with type parameters of type PartitionLocationModifier and TypeFieldDescriptionprotected List<List<PartitionLocation>> AbstractPartitionDescriptor.locationSuperListA sequence of sublists of partition locations combined into a single super list.Methods in org.apache.drill.exec.planner that return types with arguments of type PartitionLocationModifier and TypeMethodDescriptionAbstractPartitionDescriptor.iterator()Iterator that traverses over the super list of partition locations and each time returns a single sublist of partition locations.Method parameters in org.apache.drill.exec.planner with type arguments of type PartitionLocationModifier and TypeMethodDescriptionorg.apache.calcite.rel.core.TableScanAbstractPartitionDescriptor.createTableScan(List<PartitionLocation> newPartitions, org.apache.hadoop.fs.Path cacheFileRoot, boolean isAllPruned, MetadataContext metaContext) org.apache.calcite.rel.core.TableScanFileSystemPartitionDescriptor.createTableScan(List<PartitionLocation> newPartitionLocation, boolean wasAllPartitionsPruned) org.apache.calcite.rel.core.TableScanFileSystemPartitionDescriptor.createTableScan(List<PartitionLocation> newPartitionLocation, org.apache.hadoop.fs.Path cacheFileRoot, boolean wasAllPartitionsPruned, MetadataContext metaContext) org.apache.calcite.rel.core.TableScanParquetPartitionDescriptor.createTableScan(List<PartitionLocation> newPartitionLocation, boolean wasAllPartitionsPruned) org.apache.calcite.rel.core.TableScanParquetPartitionDescriptor.createTableScan(List<PartitionLocation> newPartitionLocation, org.apache.hadoop.fs.Path cacheFileRoot, boolean wasAllPartitionsPruned, MetadataContext metaContext) org.apache.calcite.rel.core.TableScanPartitionDescriptor.createTableScan(List<PartitionLocation> newPartitions, boolean wasAllPartitionsPruned) Create a new TableScan rel node, given the lists of new partitions or new files to SCAN.org.apache.calcite.rel.core.TableScanPartitionDescriptor.createTableScan(List<PartitionLocation> newPartitions, org.apache.hadoop.fs.Path cacheFileRoot, boolean wasAllPartitionsPruned, MetadataContext metaContext) Create a new TableScan rel node, given the lists of new partitions or new files to scan and a path to a metadata cache filevoidFileSystemPartitionDescriptor.populatePartitionVectors(ValueVector[] vectors, List<PartitionLocation> partitions, BitSet partitionColumnBitSet, Map<Integer, String> fieldNameMap) voidParquetPartitionDescriptor.populatePartitionVectors(ValueVector[] vectors, List<PartitionLocation> partitions, BitSet partitionColumnBitSet, Map<Integer, String> fieldNameMap) voidPartitionDescriptor.populatePartitionVectors(ValueVector[] vectors, List<PartitionLocation> partitions, BitSet partitionColumnBitSet, Map<Integer, String> fieldNameMap) Creates an in memory representation of all the partitions.Constructor parameters in org.apache.drill.exec.planner with type arguments of type PartitionLocationModifierConstructorDescriptionDFSDirPartitionLocation(String[] dirs, Collection<PartitionLocation> subPartitions) -
Uses of PartitionLocation in org.apache.drill.exec.planner.sql
Classes in org.apache.drill.exec.planner.sql that implement PartitionLocationMethod parameters in org.apache.drill.exec.planner.sql with type arguments of type PartitionLocationModifier and TypeMethodDescriptionorg.apache.calcite.rel.core.TableScanHivePartitionDescriptor.createTableScan(List<PartitionLocation> newPartitions, boolean wasAllPartitionsPruned) voidHivePartitionDescriptor.populatePartitionVectors(ValueVector[] vectors, List<PartitionLocation> partitions, BitSet partitionColumnBitSet, Map<Integer, String> fieldNameMap)