public class StatementSelectionUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StatementSelectionUtil.StatementRow |
Constructor and Description |
---|
StatementSelectionUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
applyExpressionToStatements(EPServiceProviderSPI engine,
String filter,
BiConsumer<EPServiceProvider,EPStatement> consumer) |
static Pair<ExprNode,String> |
compileValidateStatementFilterExpr(EPServiceProviderSPI engine,
String filterExpression) |
static boolean |
evaluateStatement(ExprNode expression,
EPStatement stmt) |
public static void applyExpressionToStatements(EPServiceProviderSPI engine, String filter, BiConsumer<EPServiceProvider,EPStatement> consumer)
public static boolean evaluateStatement(ExprNode expression, EPStatement stmt)
public static Pair<ExprNode,String> compileValidateStatementFilterExpr(EPServiceProviderSPI engine, String filterExpression)