Package | Description |
---|---|
com.amazon.carbonado.qe |
Support for implementing a Query Engine.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatedQueryExecutorFactory<S extends Storable>
QueryExecutorFactory which produces executors which delegate via
DelegatedQueryExecutor . |
class |
QueryEngine<S extends Storable>
Complete rule-based query engine implementation.
|
class |
QueryExecutorCache<S extends Storable>
QueryExecutors should be cached since expensive analysis is often required to build
them.
|
class |
UnionQueryAnalyzer<S extends Storable>
Analyzes a query specification and determines how it can be executed as a
union of smaller queries.
|
Modifier and Type | Method and Description |
---|---|
protected abstract QueryExecutorFactory<S> |
StandardQuery.executorFactory()
Return a QueryExecutorFactory which is used to get an executor.
|
QueryExecutorFactory<S> |
StorageAccess.getQueryExecutorFactory()
Returns a QueryExecutorFactory instance for storage.
|
Constructor and Description |
---|
QueryExecutorCache(QueryExecutorFactory<S> factory) |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.