Uses of Class
org.apache.drill.common.JSONOptions
Package
Description
Logical (execution-engine-independent) element definitions.
Storage plugin interfaces and logical plan representation.
Logical operators in a query graph.
Drill storage plugin.
Kafka storage plugin.
Defines a mock data source which generates dummy test data for use
in testing.
MongoDB storage plugin.
-
Uses of JSONOptions in org.apache.drill.common
Modifier and TypeMethodDescriptionJSONOptions.De.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) Modifier and TypeMethodDescriptionvoid
JSONOptions.Se.serialize
(JSONOptions value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of JSONOptions in org.apache.drill.common.logical
Modifier and TypeMethodDescriptionPlanProperties.PlanPropertiesBuilder.options
(JSONOptions options) -
Uses of JSONOptions in org.apache.drill.common.logical.data
Modifier and TypeMethodDescriptionScan.Builder.selection
(JSONOptions selection) Store.Builder.target
(JSONOptions target) ModifierConstructorDescriptionScan
(String storageEngine, JSONOptions selection) Store
(String storageEngine, JSONOptions target) -
Uses of JSONOptions in org.apache.drill.exec.store
Modifier and TypeMethodDescriptionAbstractStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) AbstractStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns) AbstractStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns, SessionOptionManager options) AbstractStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns, SessionOptionManager options, MetadataProviderManager metadataProviderManager) AbstractStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options) AbstractStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options, MetadataProviderManager metadataProviderManager) StoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) Get the physical scan operator for the particular GroupScan (read) node.StoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns) Get the physical scan operator for the particular GroupScan (read) node.StoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns, SessionOptionManager options) Get the physical scan operator for the particular GroupScan (read) node.StoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns, SessionOptionManager options, MetadataProviderManager providerManager) Get the physical scan operator for the particular GroupScan (read) node.StoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options) Get the physical scan operator for the particular GroupScan (read) node.StoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options, MetadataProviderManager providerManager) Get the physical scan operator for the particular GroupScan (read) node. -
Uses of JSONOptions in org.apache.drill.exec.store.dfs
Modifier and TypeMethodDescriptionFileSystemPlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns) FileSystemPlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns, SessionOptionManager options, MetadataProviderManager metadataProviderManager) FileSystemPlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options) FileSystemPlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options, MetadataProviderManager metadataProviderManager) -
Uses of JSONOptions in org.apache.drill.exec.store.drill.plugin
Modifier and TypeMethodDescriptionDrillStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.druid
Modifier and TypeMethodDescriptionDruidStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.googlesheets
Modifier and TypeMethodDescriptionGoogleSheetsStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) GoogleSheetsStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns) GoogleSheetsStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns, SessionOptionManager options, MetadataProviderManager metadataProviderManager) GoogleSheetsStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options) GoogleSheetsStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options, MetadataProviderManager metadataProviderManager) -
Uses of JSONOptions in org.apache.drill.exec.store.hbase
Modifier and TypeMethodDescriptionHBaseStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.hive
Modifier and TypeMethodDescriptionHiveStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns) HiveStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns, SessionOptionManager options) HiveStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options) -
Uses of JSONOptions in org.apache.drill.exec.store.http
Modifier and TypeMethodDescriptionHttpStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) HttpStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns) HttpStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns, SessionOptionManager options, MetadataProviderManager metadataProviderManager) HttpStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options) HttpStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options, MetadataProviderManager metadataProviderManager) -
Uses of JSONOptions in org.apache.drill.exec.store.ischema
Modifier and TypeMethodDescriptionInfoSchemaStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns) -
Uses of JSONOptions in org.apache.drill.exec.store.kafka
Modifier and TypeMethodDescriptionKafkaStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.kudu
Modifier and TypeMethodDescriptionKuduStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.mock
Modifier and TypeMethodDescriptionMockStorageEngine.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns) -
Uses of JSONOptions in org.apache.drill.exec.store.mongo
Modifier and TypeMethodDescriptionMongoStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.openTSDB
Modifier and TypeMethodDescriptionOpenTSDBStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.phoenix
Modifier and TypeMethodDescriptionPhoenixStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.splunk
Modifier and TypeMethodDescriptionSplunkStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) SplunkStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns) SplunkStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns, SessionOptionManager options, MetadataProviderManager metadataProviderManager) SplunkStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options) SplunkStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, SessionOptionManager options, MetadataProviderManager metadataProviderManager) -
Uses of JSONOptions in org.apache.drill.exec.store.sys
Modifier and TypeMethodDescriptionSystemTablePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns)