Class SelectStatementBuilder.AsyncSelectStatement
java.lang.Object
com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.AsyncSelectStatement
- Enclosing class:
- SelectStatementBuilder
Async implementation of the CohQL "SELECT" command.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final InvocableMap.EntryAggregatorTheInvocableMap.EntryAggregatorto use in the query.protected final FilterTheFilterto use in the query.protected final booleanFlag to denote whether this query is an aggregation to select specific fields from the values of a cache; e.g. select x, y, z from foo.protected final StringThe name of the cache to query. -
Method Summary
Modifier and TypeMethodDescriptionexecute(ExecutionContext ctx) Return theInvocableMap.EntryAggregatorto use to execute this query.Return theFilterto use to execute this query.
-
Field Details
-
f_sCache
The name of the cache to query. -
f_filter
TheFilterto use in the query. -
f_aggregator
TheInvocableMap.EntryAggregatorto use in the query. -
f_fReduction
protected final boolean f_fReductionFlag to denote whether this query is an aggregation to select specific fields from the values of a cache; e.g. select x, y, z from foo.
-
-
Method Details
-
execute
-
getFilter
Return theFilterto use to execute this query.- Returns:
- the
Filterto use to execute this query
-
getAggregator
Return theInvocableMap.EntryAggregatorto use to execute this query.- Returns:
- the InvocableMap.EntryAggregator to use to execute this query
-