public interface DataContext
DataContexts| Modifier and Type | Interface and Description |
|---|---|
static class |
DataContext.Variable
Variable that may be asked for in a call to
get(java.lang.String). |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.linq4j.tree.ParameterExpression |
ROOT |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Object |
get(String name)
Returns a context variable.
|
org.apache.calcite.linq4j.QueryProvider |
getQueryProvider()
Returns the query provider.
|
@Nullable SchemaPlus |
getRootSchema()
Returns a sub-schema with a given name, or null.
|
JavaTypeFactory |
getTypeFactory()
Returns the type factory.
|
@Nullable SchemaPlus getRootSchema()
JavaTypeFactory getTypeFactory()
org.apache.calcite.linq4j.QueryProvider getQueryProvider()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.