Skip to content

every

const every: (column) => Column = bool_and;

Defined in: functions/aggregate.ts:213

Alias for bool_and.

Returns true if all values of the column are true.

ParameterType
columnColOrName

Column