public class Query extends Object
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
static CompiledQuery |
compile(String query) |
protected static void |
defaultFun(HashMap<String,FuncOperand> functions) |
protected static void |
defaultOps(HashMap<String,Operator> operators) |
static Value |
eval(String query,
EvalContext ctx) |
protected static Parser |
newParser() |
public static CompiledQuery compile(String query)
public static Value eval(String query, EvalContext ctx)
protected static Parser newParser()
protected static void defaultFun(HashMap<String,FuncOperand> functions)
Copyright © 2019. All rights reserved.