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