public class DrillDataContext extends Object implements org.apache.calcite.DataContext
| Constructor and Description |
|---|
DrillDataContext(org.apache.calcite.schema.SchemaPlus rootSchema,
org.apache.calcite.adapter.java.JavaTypeFactory typeFactory,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String name) |
org.apache.calcite.linq4j.QueryProvider |
getQueryProvider() |
org.apache.calcite.schema.SchemaPlus |
getRootSchema() |
org.apache.calcite.adapter.java.JavaTypeFactory |
getTypeFactory() |
public org.apache.calcite.schema.SchemaPlus getRootSchema()
getRootSchema in interface org.apache.calcite.DataContextpublic org.apache.calcite.adapter.java.JavaTypeFactory getTypeFactory()
getTypeFactory in interface org.apache.calcite.DataContextpublic org.apache.calcite.linq4j.QueryProvider getQueryProvider()
getQueryProvider in interface org.apache.calcite.DataContextCopyright © 2021 The Apache Software Foundation. All rights reserved.