trino-client
    Preparing search index...

    Class QueryIterator

    Iterator for the query result data.

    Implements

    Index

    Constructors

    Methods

    • Returns AsyncIterableIterator<QueryResult>

    • It returns true if the queryResult object has a nextUri property, and false otherwise

      Returns boolean

      A boolean value.

    • Retrieves the next QueryResult available. If there's no nextUri then there are no more results and the query reached a completion state, successful or failure.

      Returns Promise<IteratorResult<QueryResult, any>>

      The next set of results.