def

func:gridColKinds

gridColKinds(grid)

Given a grid return the types used in each column as a grid with the following:

  • name: string name of the column
  • kind: all the different value kinds in the column separated by "|"
  • count: total number of rows with column with a non-null value Also see readAllTagNames().

Example:

readAll(site).gridColKinds

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function