public interface ValuesResults
Modifier and Type | Method and Description |
---|---|
AggregateResult |
getAggregate(java.lang.String name)
Returns the aggregate result for the named aggregate function.
|
AggregateResult[] |
getAggregates()
Returns an array of the aggregates.
|
ValuesMetrics |
getMetrics()
Returns performance metrics about the query.
|
java.lang.String |
getName()
Returns the name of the values.
|
ValuesDefinition |
getQueryCriteria()
Return the query definition for this set of results.
|
java.lang.String |
getType()
Returns the type of the values.
|
CountedDistinctValue[] |
getValues()
Returns an array of the values.
|
ValuesDefinition getQueryCriteria()
java.lang.String getName()
java.lang.String getType()
The type is an XSD type, for example "xs:boolean" or "xs:integer".
CountedDistinctValue[] getValues()
AggregateResult[] getAggregates()
AggregateResult getAggregate(java.lang.String name)
name
- The name of the aggregate function.ValuesMetrics getMetrics()
Copyright © 2013-2018 MarkLogic Corporation.