public class FunctionEvaluator extends ExpressionEvalBase<FunctionCallNode>
INNER_JOIN_FILTERED_OUT| Constructor and Description |
|---|
FunctionEvaluator(OQLExpressionEvaluatorI<?> parent,
FunctionCallNode node) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends OQLExpressionEvaluatorI<?>> |
getChildren()
Nonnull list of available children
|
java.lang.Object |
getValue(BOI bo)
Computes the raw value of the expression evaluated on the provided BO.
|
getAlias, getEntity, getNode, getParameters, getParent, getSchema, ofpublic FunctionEvaluator(OQLExpressionEvaluatorI<?> parent, FunctionCallNode node) throws OQLException
OQLExceptionpublic java.lang.Object getValue(BOI bo)
OQLExpressionEvaluatorIbo - the nonnull root BO to evaluate the node onpublic java.util.List<? extends OQLExpressionEvaluatorI<?>> getChildren()
OQLExpressionEvaluatorIgetChildren in interface OQLExpressionEvaluatorI<FunctionCallNode>getChildren in class ExpressionEvalBase<FunctionCallNode>Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.