| Package | Description |
|---|---|
| com.tangosol.coherence.dslquery.statement |
This package contains
StatementBuilder implementations and
com.tangosol.coherence.dslquery.CohQLStatement implementations. |
| Modifier and Type | Method and Description |
|---|---|
protected SelectListMaker |
SelectStatementBuilder.createSelectListMaker(List listBindVars,
com.tangosol.config.expression.ParameterResolver namedBindVars,
CoherenceQueryLanguage language)
Create an instance of a
SelectListMaker. |
| Modifier and Type | Method and Description |
|---|---|
protected InvocableMap.EntryAggregator |
SelectStatementBuilder.createAggregator(String cacheName,
NodeTerm fields,
String alias,
boolean fDistinct,
SelectListMaker transformer)
Create the
InvocableMap.EntryAggregator that will aggregate the results of this
select query. |