Uses of Class
org.apache.drill.metastore.components.tables.BasicTablesRequests
Packages that use BasicTablesRequests
Package
Description
-
Uses of BasicTablesRequests in org.apache.drill.exec.metastore.analyze
Methods in org.apache.drill.exec.metastore.analyze with parameters of type BasicTablesRequestsModifier and TypeMethodDescriptionAnalyzeFileInfoProvider.getMetadataInfoCollector
(BasicTablesRequests basicRequests, TableInfo tableInfo, FormatSelection selection, PlannerSettings settings, Supplier<org.apache.calcite.rel.core.TableScan> tableScanSupplier, List<SchemaPath> interestingColumns, MetadataType metadataLevel, int segmentColumnsCount) AnalyzeInfoProvider.getMetadataInfoCollector
(BasicTablesRequests basicRequests, TableInfo tableInfo, FormatSelection selection, PlannerSettings settings, Supplier<org.apache.calcite.rel.core.TableScan> tableScanSupplier, List<SchemaPath> interestingColumns, MetadataType metadataLevel, int segmentColumnsCount) ReturnsMetadataInfoCollector
instance for obtaining information about segments, files, etc.Constructors in org.apache.drill.exec.metastore.analyze with parameters of type BasicTablesRequestsModifierConstructorDescriptionFileMetadataInfoCollector
(BasicTablesRequests basicRequests, TableInfo tableInfo, FormatSelection selection, PlannerSettings settings, Supplier<org.apache.calcite.rel.core.TableScan> tableScanSupplier, List<SchemaPath> interestingColumns, MetadataType metadataLevel, int segmentColumnsCount) -
Uses of BasicTablesRequests in org.apache.drill.exec.metastore.store
Fields in org.apache.drill.exec.metastore.store declared as BasicTablesRequestsModifier and TypeFieldDescriptionprotected final BasicTablesRequests
MetastoreFileTableMetadataProvider.basicTablesRequests
-
Uses of BasicTablesRequests in org.apache.drill.metastore.components.tables
Methods in org.apache.drill.metastore.components.tables that return BasicTablesRequests