public class LiteralEvaluator extends ExpressionEvalBase<LiteralNode>
INNER_JOIN_FILTERED_OUT| Constructor and Description |
|---|
LiteralEvaluator(OQLExpressionEvaluatorI<?> parentPredicate,
LiteralNode node) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(BOI bo)
Computes the raw value of the expression evaluated on the provided BO.
|
boolean |
isNull() |
getAlias, getChildren, getEntity, getNode, getParameters, getParent, getSchema, ofpublic LiteralEvaluator(OQLExpressionEvaluatorI<?> parentPredicate, LiteralNode node) throws UnsupportedQueryException
UnsupportedQueryExceptionpublic java.lang.Object getValue(BOI bo)
OQLExpressionEvaluatorIbo - the nonnull root BO to evaluate the node onpublic boolean isNull()
Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.