Uses of Class
org.apache.drill.exec.store.googlesheets.GoogleSheetsScanSpec
Packages that use GoogleSheetsScanSpec
-
Uses of GoogleSheetsScanSpec in org.apache.drill.exec.store.googlesheets
Methods in org.apache.drill.exec.store.googlesheets that return GoogleSheetsScanSpecModifier and TypeMethodDescriptionGoogleSheetsSubScan.getScanSpec()GoogleSheetsGroupScan.scanSpec()Constructors in org.apache.drill.exec.store.googlesheets with parameters of type GoogleSheetsScanSpecModifierConstructorDescriptionGoogleSheetsGroupScan(String userName, GoogleSheetsScanSpec scanSpec, List<SchemaPath> columns, Map<String, ExprNode.ColRelOpConstNode> filters, double selectivity, int maxRecords, StoragePluginRegistry plugins) GoogleSheetsGroupScan(String userName, GoogleSheetsScanSpec scanSpec, GoogleSheetsStoragePlugin plugin, MetadataProviderManager metadataProviderManager) GoogleSheetsSubScan(String username, GoogleSheetsStoragePluginConfig config, GoogleSheetsScanSpec scanSpec, List<SchemaPath> columns, Map<String, ExprNode.ColRelOpConstNode> filters, int maxRecords, TupleMetadata schema)