|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExpressionEvaluationException in com.metamatrix.api.exception.query |
---|
Subclasses of ExpressionEvaluationException in com.metamatrix.api.exception.query | |
---|---|
class |
FunctionExecutionException
During processing, an invalid function was detected. |
class |
InvalidFunctionException
During processing, an invalid function was detected. |
Uses of ExpressionEvaluationException in com.metamatrix.query.eval |
---|
Methods in com.metamatrix.query.eval that throw ExpressionEvaluationException | |
---|---|
static java.lang.Object |
Evaluator.evaluate(Expression expression)
|
java.lang.Object |
Evaluator.evaluate(Expression expression,
java.util.List tuple)
|
Uses of ExpressionEvaluationException in com.metamatrix.query.function |
---|
Methods in com.metamatrix.query.function that throw ExpressionEvaluationException | |
---|---|
static java.lang.Object |
FunctionMethods.commandPayload(CommandContext context,
java.lang.String param)
|
Uses of ExpressionEvaluationException in com.metamatrix.query.function.aggregate |
---|
Methods in com.metamatrix.query.function.aggregate that throw ExpressionEvaluationException | |
---|---|
void |
Sum.addInput(java.lang.Object input)
|
void |
NullFilter.addInput(java.lang.Object input)
|
void |
Min.addInput(java.lang.Object value)
|
void |
Max.addInput(java.lang.Object value)
|
void |
ConstantFunction.addInput(java.lang.Object input)
|
void |
Avg.addInput(java.lang.Object input)
|
void |
AggregateFunction.addInput(java.lang.Object input)
Called for the element value in every row of a group. |
java.lang.Object |
Sum.getResult()
|
java.lang.Object |
ConstantFunction.getResult()
|
java.lang.Object |
Avg.getResult()
|
java.lang.Object |
AggregateFunction.getResult()
Called after all values have been processed to get the result. |
Uses of ExpressionEvaluationException in com.metamatrix.query.processor.relational |
---|
Methods in com.metamatrix.query.processor.relational that throw ExpressionEvaluationException | |
---|---|
void |
DuplicateFilter.addInput(java.lang.Object input)
|
void |
BatchedCommandsEvaluator.evaluateExpressions(java.util.List commands,
CommandContext context)
|
Uses of ExpressionEvaluationException in com.metamatrix.query.sql.symbol |
---|
Methods in com.metamatrix.query.sql.symbol that throw ExpressionEvaluationException | |
---|---|
java.lang.Object |
Reference.getValue(LookupEvaluator dataMgr,
CommandContext context)
|
Uses of ExpressionEvaluationException in com.metamatrix.query.sql.visitor |
---|
Methods in com.metamatrix.query.sql.visitor that throw ExpressionEvaluationException | |
---|---|
static void |
EvaluateExpressionVisitor.replaceExpressions(LanguageObject obj,
boolean deep,
LookupEvaluator dataMgr,
CommandContext context)
|
Uses of ExpressionEvaluationException in com.metamatrix.query.tempdata |
---|
Methods in com.metamatrix.query.tempdata that throw ExpressionEvaluationException | |
---|---|
TupleSource |
TempTableStoreImpl.registerRequest(Command command)
|
TupleSource |
TempTableStore.registerRequest(Command command)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |