Package | Description |
---|---|
com.amazon.carbonado.qe |
Support for implementing a Query Engine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StorageAccess<S extends Storable>
Provides internal access to a
Storage , necessary for query
execution. |
Modifier and Type | Class and Description |
---|---|
static class |
SortedQueryExecutor.ArraySortSupport<S extends Storable> |
static class |
SortedQueryExecutor.MergeSortSupport<S extends Storable> |
Constructor and Description |
---|
SortedQueryExecutor(SortedQueryExecutor.Support<S> support,
QueryExecutor<S> executor,
OrderingList<S> handledOrdering,
OrderingList<S> remainderOrdering) |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.