Uses of Class
org.apache.drill.common.JSONOptions
Packages that use 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
Methods in org.apache.drill.common that return JSONOptionsModifier and TypeMethodDescriptionJSONOptions.De.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.apache.drill.common with parameters of type JSONOptionsModifier 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
Fields in org.apache.drill.common.logical declared as JSONOptionsMethods in org.apache.drill.common.logical with parameters of type JSONOptionsModifier and TypeMethodDescriptionPlanProperties.PlanPropertiesBuilder.options
(JSONOptions options) -
Uses of JSONOptions in org.apache.drill.common.logical.data
Methods in org.apache.drill.common.logical.data that return JSONOptionsMethods in org.apache.drill.common.logical.data with parameters of type JSONOptionsModifier and TypeMethodDescriptionScan.Builder.selection
(JSONOptions selection) Store.Builder.target
(JSONOptions target) Constructors in org.apache.drill.common.logical.data with parameters of type JSONOptionsModifierConstructorDescriptionScan
(String storageEngine, JSONOptions selection) Store
(String storageEngine, JSONOptions target) -
Uses of JSONOptions in org.apache.drill.exec.store
Methods in org.apache.drill.exec.store with parameters of type JSONOptionsModifier 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
Methods in org.apache.drill.exec.store.dfs with parameters of type JSONOptionsModifier 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
Methods in org.apache.drill.exec.store.drill.plugin with parameters of type JSONOptionsModifier and TypeMethodDescriptionDrillStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.druid
Methods in org.apache.drill.exec.store.druid with parameters of type JSONOptionsModifier and TypeMethodDescriptionDruidStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.googlesheets
Methods in org.apache.drill.exec.store.googlesheets with parameters of type JSONOptionsModifier 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
Methods in org.apache.drill.exec.store.hbase with parameters of type JSONOptionsModifier and TypeMethodDescriptionHBaseStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.hive
Methods in org.apache.drill.exec.store.hive with parameters of type JSONOptionsModifier 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
Methods in org.apache.drill.exec.store.http with parameters of type JSONOptionsModifier 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
Methods in org.apache.drill.exec.store.ischema with parameters of type JSONOptionsModifier and TypeMethodDescriptionInfoSchemaStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns) -
Uses of JSONOptions in org.apache.drill.exec.store.kafka
Methods in org.apache.drill.exec.store.kafka with parameters of type JSONOptionsModifier and TypeMethodDescriptionKafkaStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.kudu
Methods in org.apache.drill.exec.store.kudu with parameters of type JSONOptionsModifier and TypeMethodDescriptionKuduStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.mock
Methods in org.apache.drill.exec.store.mock with parameters of type JSONOptionsModifier and TypeMethodDescriptionMockStorageEngine.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns) -
Uses of JSONOptions in org.apache.drill.exec.store.mongo
Methods in org.apache.drill.exec.store.mongo with parameters of type JSONOptionsModifier and TypeMethodDescriptionMongoStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.openTSDB
Methods in org.apache.drill.exec.store.openTSDB with parameters of type JSONOptionsModifier and TypeMethodDescriptionOpenTSDBStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.phoenix
Methods in org.apache.drill.exec.store.phoenix with parameters of type JSONOptionsModifier and TypeMethodDescriptionPhoenixStoragePlugin.getPhysicalScan
(String userName, JSONOptions selection) -
Uses of JSONOptions in org.apache.drill.exec.store.splunk
Methods in org.apache.drill.exec.store.splunk with parameters of type JSONOptionsModifier 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
Methods in org.apache.drill.exec.store.sys with parameters of type JSONOptionsModifier and TypeMethodDescriptionSystemTablePlugin.getPhysicalScan
(String userName, JSONOptions selection, List<SchemaPath> columns)