Package net.hydromatic.morel.foreign
Class CalciteForeignValue.EmptyDataContext
- java.lang.Object
-
- net.hydromatic.morel.foreign.CalciteForeignValue.EmptyDataContext
-
- All Implemented Interfaces:
org.apache.calcite.DataContext
- Enclosing class:
- CalciteForeignValue
private static class CalciteForeignValue.EmptyDataContext extends java.lang.Object implements org.apache.calcite.DataContextData context that has no variables.
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.calcite.schema.SchemaPlusrootSchemaprivate org.apache.calcite.adapter.java.JavaTypeFactorytypeFactory
-
Constructor Summary
Constructors Constructor Description EmptyDataContext(org.apache.calcite.adapter.java.JavaTypeFactory typeFactory, org.apache.calcite.schema.SchemaPlus rootSchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String name)org.apache.calcite.linq4j.QueryProvidergetQueryProvider()org.apache.calcite.schema.SchemaPlusgetRootSchema()org.apache.calcite.adapter.java.JavaTypeFactorygetTypeFactory()
-
-
-
Method Detail
-
getRootSchema
public org.apache.calcite.schema.SchemaPlus getRootSchema()
- Specified by:
getRootSchemain interfaceorg.apache.calcite.DataContext
-
getTypeFactory
public org.apache.calcite.adapter.java.JavaTypeFactory getTypeFactory()
- Specified by:
getTypeFactoryin interfaceorg.apache.calcite.DataContext
-
getQueryProvider
public org.apache.calcite.linq4j.QueryProvider getQueryProvider()
- Specified by:
getQueryProviderin interfaceorg.apache.calcite.DataContext
-
get
public java.lang.Object get(java.lang.String name)
- Specified by:
getin interfaceorg.apache.calcite.DataContext
-
-