public class QuboleSchema extends QuarkSchema
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.common.collect.ImmutableMap<String,Integer> |
DATA_TYPES |
schemaPlus| Constructor and Description |
|---|
QuboleSchema(String name,
List<com.qubole.qds.sdk.java.entities.SchemaOrdinal> tables,
boolean isCaseSensitive,
com.google.common.collect.ImmutableMap<String,Integer> dataTypes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.calcite.schema.Table> |
getTableMap() |
void |
initialize(QueryContext queryContext,
org.apache.calcite.schema.SchemaPlus schemaPlus) |
getNamepublic QuboleSchema(String name, List<com.qubole.qds.sdk.java.entities.SchemaOrdinal> tables, boolean isCaseSensitive, com.google.common.collect.ImmutableMap<String,Integer> dataTypes) throws QuarkException
QuarkExceptionpublic void initialize(QueryContext queryContext, org.apache.calcite.schema.SchemaPlus schemaPlus)
initialize in class QuarkSchemaCopyright © 2017. All rights reserved.