bool_and
function bool_and(column): Column;Defined in: functions/aggregate.ts:208
Returns true if all values of the column are true.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
function bool_and(column): Column;Defined in: functions/aggregate.ts:208
Returns true if all values of the column are true.
| Parameter | Type |
|---|---|
column | ColOrName |