Contains the results of a columnar query.

Methods

  • Volatile: This API is subject to change at any time.

    Cancel streaming the query results.

    Returns void

  • The metadata returned from the query. Only becomes available once all rows have been iterated.

    Returns QueryMetadata

    Throws

    If it is called before all rows have been iterated.

  • Returns a Readable stream of rows returned from the Columnar query.

    Returns QueryResultStream