Package | Description |
---|---|
org.teiid.dqp.internal.process | |
org.teiid.metadata | |
org.teiid.query.function | |
org.teiid.query.sql.lang | |
org.teiid.query.sql.visitor | |
org.teiid.query.util |
Modifier and Type | Method and Description |
---|---|
void |
SessionAwareCache.put(SessionAwareCache.CacheID id,
FunctionMethod.Determinism determinismLevel,
T t,
Long ttl) |
T |
SessionAwareCache.remove(SessionAwareCache.CacheID id,
FunctionMethod.Determinism determinismLevel) |
Modifier and Type | Method and Description |
---|---|
FunctionMethod.Determinism |
FunctionMethod.getDeterminism() |
static FunctionMethod.Determinism |
FunctionMethod.Determinism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionMethod.Determinism[] |
FunctionMethod.Determinism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionMethod.setDeterminism(FunctionMethod.Determinism determinism) |
Constructor and Description |
---|
FunctionMethod(String name,
String description,
String category,
FunctionMethod.PushDown pushdown,
String invocationClass,
String invocationMethod,
List<FunctionParameter> inputParams,
FunctionParameter outputParam,
boolean nullOnNull,
FunctionMethod.Determinism deterministic) |
Modifier and Type | Method and Description |
---|---|
FunctionMethod.Determinism |
FunctionDescriptor.getDeterministic() |
Modifier and Type | Method and Description |
---|---|
FunctionMethod.Determinism |
CacheHint.getDeterminism() |
Modifier and Type | Method and Description |
---|---|
FunctionMethod.Determinism |
EvaluatableVisitor.getDeterminismLevel() |
Modifier and Type | Method and Description |
---|---|
void |
EvaluatableVisitor.setDeterminismLevel(FunctionMethod.Determinism value) |
Modifier and Type | Method and Description |
---|---|
FunctionMethod.Determinism |
CommandContext.getDeterminismLevel() |
FunctionMethod.Determinism |
CommandContext.resetDeterminismLevel() |
FunctionMethod.Determinism |
CommandContext.resetDeterminismLevel(boolean detach) |
Modifier and Type | Method and Description |
---|---|
void |
CommandContext.putPlan(String key,
PreparedPlan plan,
FunctionMethod.Determinism determinismLevel) |
void |
CommandContext.setDeterminismLevel(FunctionMethod.Determinism level) |
Copyright © 2019. All rights reserved.