| Package | Description |
|---|---|
| com.mware.ge.query | |
| com.mware.ge.query.aggregations |
| Modifier and Type | Method and Description |
|---|---|
Aggregation |
QueryBase.getAggregationByName(String aggregationName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Aggregation> |
QueryBase.getAggregations() |
Iterable<Aggregation> |
Query.getAggregations()
Gets the added aggregations
|
Iterable<Aggregation> |
EmptyResultsGraphQuery.getAggregations() |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryBase.addAggregation(Aggregation aggregation) |
Query |
Query.addAggregation(Aggregation aggregation)
Add an aggregation to the query
|
Query |
EmptyResultsGraphQuery.addAggregation(Aggregation aggregation) |
<TResult extends AggregationResult> |
DefaultGraphQueryIterableWithAggregations.getAggregationResult(Aggregation agg,
Iterator<T> it) |
boolean |
QueryBase.isAggregationSupported(Aggregation aggregation) |
boolean |
DefaultGraphQuery.isAggregationSupported(Aggregation aggregation) |
boolean |
Query.isAggregationSupported(Aggregation aggregation)
Test to see if aggregation is supported.
|
boolean |
DefaultVertexQuery.isAggregationSupported(Aggregation aggregation) |
boolean |
EmptyResultsGraphQuery.isAggregationSupported(Aggregation aggregation) |
static boolean |
DefaultGraphQueryIterableWithAggregations.isAggregationSupported(Aggregation agg) |
boolean |
DefaultExtendedDataQuery.isAggregationSupported(Aggregation aggregation) |
| Constructor and Description |
|---|
DefaultGraphQueryIterableWithAggregations(QueryParameters parameters,
Iterable<T> iterable,
boolean evaluateQueryString,
boolean evaluateHasContainers,
boolean evaluateSortContainers,
Collection<Aggregation> aggregations) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregationWithFieldName |
class |
AvgAggregation |
class |
CardinalityAggregation |
class |
ChronoFieldAggregation |
class |
GeohashAggregation |
class |
HistogramAggregation |
class |
MaxAggregation |
class |
MinAggregation |
class |
PercentilesAggregation |
class |
RangeAggregation |
class |
StatisticsAggregation |
class |
SumAggregation |
class |
TermsAggregation |
| Modifier and Type | Field and Description |
|---|---|
Aggregation |
SupportOrderByAggregation.AggregationSortContainer.aggregation |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Aggregation> |
RangeAggregation.getNestedAggregations() |
Iterable<Aggregation> |
GeohashAggregation.getNestedAggregations() |
Iterable<Aggregation> |
SupportsNestedAggregationsAggregation.getNestedAggregations() |
Iterable<Aggregation> |
ChronoFieldAggregation.getNestedAggregations() |
Iterable<Aggregation> |
TermsAggregation.getNestedAggregations() |
Iterable<Aggregation> |
HistogramAggregation.getNestedAggregations() |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeAggregation.addNestedAggregation(Aggregation nestedAggregation) |
void |
GeohashAggregation.addNestedAggregation(Aggregation nestedAggregation) |
void |
SupportsNestedAggregationsAggregation.addNestedAggregation(Aggregation nestedAggregation) |
void |
ChronoFieldAggregation.addNestedAggregation(Aggregation nestedAggregation) |
void |
TermsAggregation.addNestedAggregation(Aggregation nestedAggregation) |
void |
HistogramAggregation.addNestedAggregation(Aggregation nestedAggregation) |
| Constructor and Description |
|---|
AggregationSortContainer(Aggregation aggregation,
SortDirection direction) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.