| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| Filter
An immutable tree structure representing a query result filter.
|
| FilterValues
Assigns values to
Filter placeholders. |
| Class and Description |
|---|
| Filter
An immutable tree structure representing a query result filter.
|
| FilterValues
Assigns values to
Filter placeholders. |
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.