• Creates influxdb-client-js's FluxResultObserver that collects row results to a Table instance

    Parameters

    • resolve: (value: FromFluxResult) => void

      called when the Table is collected

    • reject: (reason?: any) => void

      called upon error

    • tableFactory: GiraffeTableFactory
    • tableOptions: TableOptions = {}

      tableOptions allow to filter or even stop the processing of rows, or restrict the columns to collect

    Returns FluxResultObserver<string[]>

    FluxResultObserver that collects table data from result rows

MMNEPVFCICPMFPCPTTAAATR