| Package | Description |
|---|---|
| org.nustaq.reallive.interfaces | |
| org.nustaq.reallive.query |
| Modifier and Type | Method and Description |
|---|---|
default Value |
Record.getValue(String field) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleValue
Created by ruedi on 27.08.2015.
|
class |
LongValue
Created by moelrue on 27.08.2015.
|
class |
StringValue
Created by moelrue on 27.08.2015.
|
| Modifier and Type | Field and Description |
|---|---|
static Value |
Value.FALSE |
static Value |
Value.TRUE |
| Modifier and Type | Method and Description |
|---|---|
protected Value |
FuncOperand.apply(RLSupplier<Value>[] args) |
protected Value |
Operator.compare(Value vb,
Value va) |
static Value |
Query.eval(String query,
EvalContext ctx) |
Value |
CompiledQuery.evaluate(EvalContext rec) |
default Value |
EvalContext.getValue(String field) |
Value |
Value.negate() |
Value |
LongValue.negate() |
Value |
StringValue.negate() |
Value |
DoubleValue.negate() |
| Modifier and Type | Method and Description |
|---|---|
RLSupplier<Value> |
VarPath.getEval() |
RLSupplier<Value> |
FuncOperand.getEval(RLSupplier<Value>[] args) |
RLSupplier<Value> |
Operator.getEval(RLSupplier<Value> arg,
RLSupplier<Value> arg1) |
| Modifier and Type | Method and Description |
|---|---|
protected Value |
Operator.compare(Value vb,
Value va) |
| Modifier and Type | Method and Description |
|---|---|
RLSupplier<Value> |
Operator.getEval(RLSupplier<Value> arg,
RLSupplier<Value> arg1) |
RLSupplier<Value> |
Operator.getEval(RLSupplier<Value> arg,
RLSupplier<Value> arg1) |
| Constructor and Description |
|---|
CompiledQuery(RLSupplier<Value> compiled,
EvalContext[] ref) |
Copyright © 2016. All rights reserved.