Modifier and Type | Method and Description |
---|---|
JSONOptions |
JSONOptions.De.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
JSONOptions.Se.serialize(JSONOptions value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Field and Description |
---|---|
JSONOptions |
PlanProperties.options |
Modifier and Type | Method and Description |
---|---|
PlanProperties.PlanPropertiesBuilder |
PlanProperties.PlanPropertiesBuilder.options(JSONOptions options) |
Modifier and Type | Method and Description |
---|---|
JSONOptions |
Values.getContent() |
JSONOptions |
Scan.getSelection() |
JSONOptions |
Store.getTarget() |
Modifier and Type | Method and Description |
---|---|
Scan.Builder |
Scan.Builder.selection(JSONOptions selection) |
Store.Builder |
Store.Builder.target(JSONOptions target) |
Constructor and Description |
---|
Scan(String storageEngine,
JSONOptions selection) |
Store(String storageEngine,
JSONOptions target) |
Values(JSONOptions content) |
Modifier and Type | Method and Description |
---|---|
JSONOptions |
Values.getContent() |
Constructor and Description |
---|
Values(JSONOptions content) |
Modifier and Type | Field and Description |
---|---|
protected JSONOptions |
DrillValuesRelBase.content |
Modifier and Type | Method and Description |
---|---|
JSONOptions |
DrillValuesRelBase.getContent() |
Constructor and Description |
---|
DrillValuesRelBase(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.rel.type.RelDataType rowType,
List<? extends List<org.apache.calcite.rex.RexLiteral>> tuples,
org.apache.calcite.plan.RelTraitSet traits,
JSONOptions content)
This constructor helps to avoid unnecessary tuples parsing into json options
during copying or logical to physical values conversion.
|
Constructor and Description |
---|
DrillValuesRel(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.rel.type.RelDataType rowType,
List<? extends List<org.apache.calcite.rex.RexLiteral>> tuples,
org.apache.calcite.plan.RelTraitSet traits,
JSONOptions content) |
Constructor and Description |
---|
ValuesPrel(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.rel.type.RelDataType rowType,
List<? extends List<org.apache.calcite.rex.RexLiteral>> tuples,
org.apache.calcite.plan.RelTraitSet traits,
JSONOptions content) |
Modifier and Type | Method and Description |
---|---|
AbstractGroupScan |
AbstractStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection) |
AbstractGroupScan |
StoragePlugin.getPhysicalScan(String userName,
JSONOptions selection)
Get the physical scan operator for the particular GroupScan (read) node.
|
AbstractGroupScan |
AbstractStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns) |
AbstractGroupScan |
StoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns)
Get the physical scan operator for the particular GroupScan (read) node.
|
AbstractGroupScan |
AbstractStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns,
SessionOptionManager options) |
AbstractGroupScan |
StoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns,
SessionOptionManager options)
Get the physical scan operator for the particular GroupScan (read) node.
|
AbstractGroupScan |
AbstractStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns,
SessionOptionManager options,
MetadataProviderManager metadataProviderManager) |
AbstractGroupScan |
StoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns,
SessionOptionManager options,
MetadataProviderManager providerManager)
Get the physical scan operator for the particular GroupScan (read) node.
|
AbstractGroupScan |
AbstractStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
SessionOptionManager options) |
AbstractGroupScan |
StoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
SessionOptionManager options)
Get the physical scan operator for the particular GroupScan (read) node.
|
AbstractGroupScan |
AbstractStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
SessionOptionManager options,
MetadataProviderManager metadataProviderManager) |
AbstractGroupScan |
StoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
SessionOptionManager options,
MetadataProviderManager providerManager)
Get the physical scan operator for the particular GroupScan (read) node.
|
Modifier and Type | Method and Description |
---|---|
AbstractGroupScan |
FileSystemPlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns) |
AbstractGroupScan |
FileSystemPlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns,
SessionOptionManager options,
MetadataProviderManager metadataProviderManager) |
AbstractGroupScan |
FileSystemPlugin.getPhysicalScan(String userName,
JSONOptions selection,
SessionOptionManager options) |
AbstractGroupScan |
FileSystemPlugin.getPhysicalScan(String userName,
JSONOptions selection,
SessionOptionManager options,
MetadataProviderManager metadataProviderManager) |
Modifier and Type | Method and Description |
---|---|
DruidGroupScan |
DruidStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection) |
Modifier and Type | Method and Description |
---|---|
HBaseGroupScan |
HBaseStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection) |
Modifier and Type | Method and Description |
---|---|
HiveScan |
HiveStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns) |
HiveScan |
HiveStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns,
SessionOptionManager options) |
HiveScan |
HiveStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
SessionOptionManager options) |
Modifier and Type | Method and Description |
---|---|
AbstractGroupScan |
HttpStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection) |
Modifier and Type | Method and Description |
---|---|
InfoSchemaGroupScan |
InfoSchemaStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns) |
Modifier and Type | Method and Description |
---|---|
AbstractGroupScan |
KafkaStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection) |
Modifier and Type | Method and Description |
---|---|
KuduGroupScan |
KuduStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection) |
Modifier and Type | Method and Description |
---|---|
AbstractGroupScan |
MockStorageEngine.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns) |
Modifier and Type | Method and Description |
---|---|
AbstractGroupScan |
MongoStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection) |
Modifier and Type | Method and Description |
---|---|
OpenTSDBGroupScan |
OpenTSDBStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection) |
Modifier and Type | Method and Description |
---|---|
AbstractGroupScan |
PhoenixStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection) |
Modifier and Type | Method and Description |
---|---|
AbstractGroupScan |
SplunkStoragePlugin.getPhysicalScan(String userName,
JSONOptions selection) |
Modifier and Type | Method and Description |
---|---|
AbstractGroupScan |
SystemTablePlugin.getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.