some
const some: (column) => Column = bool_or;Defined in: functions/aggregate.ts:221
Alias for bool_or.
Returns true if at least one value of the column is true.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
const some: (column) => Column = bool_or;Defined in: functions/aggregate.ts:221
Alias for bool_or.
Returns true if at least one value of the column is true.
| Parameter | Type |
|---|---|
column | ColOrName |