| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base | |
| org.apache.drill.metastore.metadata | |
| org.apache.drill.metastore.statistics |
| Modifier and Type | Method and Description |
|---|---|
<T extends Metadata> |
AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.filterAndGetMetadata(Set<SchemaPath> schemaPathsInExpr,
Iterable<T> metadataList,
FilterPredicate<?> filterPredicate,
OptionManager optionManager)
Produces filtering of specified metadata using specified filter expression and returns filtered metadata.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TableMetadata
Metadata which corresponds to the table level.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseMetadata
Common provider of tuple schema, column metadata, and statistics for table, partition, file or row group.
|
class |
BaseTableMetadata
Base implementation of
TableMetadata interface. |
class |
FileMetadata
Metadata which corresponds to the file level of table.
|
class |
NonInterestingColumnsMetadata
Represents a metadata for the non-interesting columns.
|
class |
PartitionMetadata
Represents a metadata for the table part, which corresponds to the specific partition key.
|
class |
RowGroupMetadata
Metadata which corresponds to the row group level of table.
|
class |
SegmentMetadata
Metadata which corresponds to the segment level of table.
|
| Modifier and Type | Method and Description |
|---|---|
T |
TableStatisticsKind.getValue(Metadata metadata)
Returns value which corresponds to this statistic kind,
obtained from specified
Metadata. |
| Modifier and Type | Method and Description |
|---|---|
T |
CollectableTableStatisticsKind.mergeStatistics(Collection<? extends Metadata> statistics)
Returns table statistics value received by collecting specified
ColumnStatistics. |
T |
TableStatisticsKind.mergeStatistics(Collection<? extends Metadata> statistics) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.