public class StormDataContext extends Object implements org.apache.calcite.DataContext, Serializable
This is based on SlimDataContext in Calcite, and borrow some from DataContextImpl in Calcite.
Constructor and Description |
---|
StormDataContext()
StormDataContext Constructor.
|
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.DataContext
public org.apache.calcite.adapter.java.JavaTypeFactory getTypeFactory()
getTypeFactory
in interface org.apache.calcite.DataContext
public org.apache.calcite.linq4j.QueryProvider getQueryProvider()
getQueryProvider
in interface org.apache.calcite.DataContext
Copyright © 2022 The Apache Software Foundation. All rights reserved.