Uses of Class
org.apache.drill.exec.store.googlesheets.GoogleSheetsStoragePluginConfig
Packages that use GoogleSheetsStoragePluginConfig
Package
Description
-
Uses of GoogleSheetsStoragePluginConfig in org.apache.drill.exec.store.googlesheets
Methods in org.apache.drill.exec.store.googlesheets that return GoogleSheetsStoragePluginConfigModifier and TypeMethodDescriptionGoogleSheetsStoragePluginConfig.GoogleSheetsStoragePluginConfigBuilder.build()GoogleSheetsGroupScan.config()GoogleSheetsScanSpec.getConfig()GoogleSheetsSubScan.getConfig()Constructors in org.apache.drill.exec.store.googlesheets with parameters of type GoogleSheetsStoragePluginConfigModifierConstructorDescriptionGoogleSheetsBatchReader(GoogleSheetsStoragePluginConfig config, GoogleSheetsSubScan subScan, GoogleSheetsStoragePlugin plugin) GoogleSheetsScanSpec(String sheetID, GoogleSheetsStoragePluginConfig config, String tableName, String pluginName, int tabIndex, String fileName) GoogleSheetsStoragePlugin(GoogleSheetsStoragePluginConfig configuration, DrillbitContext context, String name) GoogleSheetsStoragePluginConfig(GoogleSheetsStoragePluginConfig that, CredentialsProvider credentialsProvider) GoogleSheetsSubScan(String username, GoogleSheetsStoragePluginConfig config, GoogleSheetsScanSpec scanSpec, List<SchemaPath> columns, Map<String, ExprNode.ColRelOpConstNode> filters, int maxRecords, TupleMetadata schema) -
Uses of GoogleSheetsStoragePluginConfig in org.apache.drill.exec.store.googlesheets.utils
Methods in org.apache.drill.exec.store.googlesheets.utils with parameters of type GoogleSheetsStoragePluginConfigModifier and TypeMethodDescriptionstatic com.google.api.client.auth.oauth2.CredentialGoogleSheetsUtils.authorize(GoogleSheetsStoragePluginConfig config, com.google.api.client.util.store.DataStore<com.google.api.client.auth.oauth2.StoredCredential> dataStore, String queryUser) Creates an authorizedCredentialfor use in GoogleSheets queries.static com.google.api.services.drive.DriveGoogleSheetsUtils.getDriveService(GoogleSheetsStoragePluginConfig config, com.google.api.client.util.store.DataStore<com.google.api.client.auth.oauth2.StoredCredential> dataStore, String queryUser) Returns an authenticatedDriveservice.static com.google.api.services.sheets.v4.SheetsGoogleSheetsUtils.getSheetsService(GoogleSheetsStoragePluginConfig config, com.google.api.client.util.store.DataStore<com.google.api.client.auth.oauth2.StoredCredential> dataStore, String queryUser)