Package | Description |
---|---|
tech.tablesaw.aggregate |
Modifier and Type | Field | Description |
---|---|---|
static BooleanAggregateFunction |
AggregateFunctions.allTrue |
A function that takes a column argument and returns
true if all values in that column
are true |
static BooleanAggregateFunction |
AggregateFunctions.anyTrue |
A function that takes a column argument and returns
true if at least one value in the
column is true |
static BooleanAggregateFunction |
AggregateFunctions.noneTrue |
A function that takes a column argument and returns
true if no values in the column are
true |
Copyright © 2022. All rights reserved.