Members
(readonly) size :number
The number of result rows
Type:
- number
- Version
- Experimental feature, might be removed at any time
- Since
- 6.1.0
Methods
captions() → {Array.<string>}
Returns the names of the columns
- Version
- Experimental feature, might be removed at any time
- Since
- 6.1.0
Returns:
- Type:
- Array.<string>
columns() → {Array.<$k.GQLQueryResultColumn>}
Returns the the result columns
- Version
- Experimental feature, might be removed at any time
- Since
- 6.1.0
Returns:
- Type:
- Array.<$k.GQLQueryResultColumn>
query() → {$k.GQLQuery}
Returns the query
- Version
- Experimental feature, might be removed at any time
- Since
- 6.1.0
Returns:
- Type:
- $k.
GQLQuery
rows() → {Iterator}
Creates an iterator over the rows of the result. Each row is represented by an instance of $k.GQLQueryResultRow.
- Version
- Experimental feature, might be removed at any time
- Since
- 6.1.0
Returns:
Row iterator
- Type:
- Iterator