|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.amazon.carbonado.filter | |
|---|---|
| com.amazon.carbonado | Main user-level interfaces, classes, and annotations for Carbonado. |
| com.amazon.carbonado.cursor | Support for advanced processing of cursor results, including basic set theory operations. |
| com.amazon.carbonado.filter | Contains classes for representing query filters. |
| com.amazon.carbonado.qe | Support for implementing a Query Engine. |
| Classes in com.amazon.carbonado.filter used by com.amazon.carbonado | |
|---|---|
| Filter
An immutable tree structure representing a query result filter. |
|
| FilterValues
Assigns values to Filter placeholders. |
|
| Classes in com.amazon.carbonado.filter used by com.amazon.carbonado.cursor | |
|---|---|
| Filter
An immutable tree structure representing a query result filter. |
|
| FilterValues
Assigns values to Filter placeholders. |
|
| Classes in com.amazon.carbonado.filter used by com.amazon.carbonado.filter | |
|---|---|
| AndFilter
Filter tree node that performs a logical 'and' test. |
|
| BinaryOpFilter
Base class for filter tree nodes that have a left and right child. |
|
| ClosedFilter
Filter which blocks any results from passing through. |
|
| ExistsFilter
Filter tree node that performs an existence or non-existence test against a join property. |
|
| Filter
An immutable tree structure representing a query result filter. |
|
| Filter.NotJoined
Result from calling Filter.notJoinedFrom(java.lang.String). |
|
| FilterValues
Assigns values to Filter placeholders. |
|
| OpenFilter
Filter which lets all results pass through. |
|
| OrFilter
Filter tree node that performs a logical 'or' test. |
|
| PropertyFilter
Filter tree node that performs a relational test against a specific property value. |
|
| RelOp
Relational operator enumeration. |
|
| Visitor
Traverses a filter tree in its canonical order. |
|
| Classes in com.amazon.carbonado.filter used by com.amazon.carbonado.qe | |
|---|---|
| Filter
An immutable tree structure representing a query result filter. |
|
| FilterValues
Assigns values to Filter placeholders. |
|
| PropertyFilter
Filter tree node that performs a relational test against a specific property value. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||