Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

fieldnamesStatistics provides detailed information on the column for the input table.

Operator Usage in Easy Mode

  1. Click + on the parent node.
  2. Enter the Fieldnames Statistics operator in the search field and select the operator from the Results to open the operator form.
  3. In the Input Table drop-down, enter or select the table on which this operator runs to generate the statistics.
  4. Click Run to view the result.
  5. Click Save to add the operator to the playbook.
  6. Click Cancel to discard the operator form.

Usage Details

LQL Command

Code Block
fieldnamesStatistics(inputTable: TableReference, valuesLimit:Long)

...

A table containing the column names and their statistics, for example, non null count, distinct count, min, max, mean, and stdev.

Example

Input

nameIDfloatValIPlongVal
test112.3212.32.43.411341235253
lhub210.510.32.43.411341230253

...