| Package | Description |
|---|---|
| org.apache.shardingsphere.core.execute.sql.execute.result |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregationDistinctQueryResult
Aggregation distinct query result.
|
class |
DistinctQueryResult
Distinct query result.
|
class |
MemoryQueryResult
Query result for memory loading.
|
class |
StreamQueryResult
Query result for stream loading.
|
| Constructor and Description |
|---|
AggregationDistinctQueryResult(Collection<QueryResult> queryResults,
List<org.apache.shardingsphere.core.parse.old.parser.context.selectitem.AggregationDistinctSelectItem> aggregationDistinctSelectItems) |
DistinctQueryResult(Collection<QueryResult> queryResults,
List<String> distinctColumnLabels) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.