public class Tuple extends Object
A Tuple is a single tuple value taken from a tuple/value query.
| Constructor and Description |
|---|
Tuple() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Returns the frequency of this tuple in the database.
|
TypedDistinctValue[] |
getValues()
Returns an array of all the values in this tuple.
|
public long getCount()
Returns the frequency of this tuple in the database.
public TypedDistinctValue[] getValues()
Returns an array of all the values in this tuple.
Copyright © 2013-2017 MarkLogic Corporation.