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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
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.
| Parameter | Type |
|---|---|
column | ColOrName |