SandDance

Interface ColumnStats

Metadata about a column.

Hierarchy

  • ColumnStats

Index

Properties

distinctValueCount

distinctValueCount: number

Number of unique values in this column.

Optional hasColorData

hasColorData: boolean

Optional flag to specify if the column data contains color data.

Optional hasNegative

hasNegative: boolean

Optional flag to specify if the column data contains negative numbers.

Optional isSequential

isSequential: boolean

Optional flag to specify if the column data is sequential.

Optional max

max: number

Maximum value of data in this column, if column is numeric.

Optional mean

mean: number

Mean value of data in this column, if column is numeric.

Optional min

min: number

Minimum value of data in this column, if column is numeric.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc