|
||||||||||
| 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 |
AggregateFunction.addInput(java.lang.Object input)
Called for the element value in every row of a group. |
void |
Sum.addInput(java.lang.Object input)
|
void |
Max.addInput(java.lang.Object value)
|
void |
Min.addInput(java.lang.Object value)
|
void |
NullFilter.addInput(java.lang.Object input)
|
void |
Avg.addInput(java.lang.Object input)
|
void |
ConstantFunction.addInput(java.lang.Object input)
|
java.lang.Object |
AggregateFunction.getResult()
Called after all values have been processed to get the result. |
java.lang.Object |
Sum.getResult()
|
java.lang.Object |
Avg.getResult()
|
java.lang.Object |
ConstantFunction.getResult()
|
| 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)
|
| Constructors in com.metamatrix.query.processor.relational that throw ExpressionEvaluationException | |
|---|---|
DependentCriteriaProcessor(int maxSetSize,
RelationalNode dependentNode,
Criteria dependentCriteria)
|
|
DependentProcedureCriteriaProcessor(RelationalNode dependentNode,
Criteria dependentCriteria,
java.util.List references,
java.util.List defaults)
|
|
| 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,
ProcessorDataManager 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||