| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.plan.Contexts.EmptyContext |
EMPTY_CONTEXT |
| Modifier and Type | Method and Description |
|---|---|
static Context |
chain(Context... contexts)
Returns a context that wraps an object.
|
static Context |
empty()
Returns a context that returns null for all inquiries.
|
static Context |
of(Object o)
Returns a context that wraps an object.
|
static Context |
withConfig(CalciteConnectionConfig config)
Deprecated.
|
public static final org.apache.calcite.plan.Contexts.EmptyContext EMPTY_CONTEXT
@Deprecated public static Context withConfig(CalciteConnectionConfig config)
of(java.lang.Object)CalciteConnectionConfig.public static Context empty()
public static Context of(Object o)
A call to unwrap(C) will return target if it is an
instance of C.
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.