• Executes a flux query and collects results into a Giraffe's Table.

    Parameters

    • queryApi: QueryApi

      InfluxDB client's QueryApi instance

    • query: string | ParameterizedQuery

      query to execute

    • tableFactory: GiraffeTableFactory

      creates a new Giraffe table

    • OptionaltableOptions: TableOptions

      tableOptions allows to filter or even stop the processing of rows, specify maximum rows or restrict the columns to collect.

    Returns Promise<Table>

    Promise with query results

MMNEPVFCICPMFPCPTTAAATR