Angara.Table


BooleanColumnSummary

Namespace: Angara.Data
Parent Module: TableStatistics

Simple statistics for columns containing boolean values.

Record Fields

Record FieldDescription
FalseCount
Signature: int

Number of rows with value "false"

TrueCount
Signature: int

Number of rows with value "true"

Fork me on GitHub