long |
IntColumnWrapper.countIf(IntPredicate predicate) |
default long |
IntColumn.countIf(IntPredicate predicate) |
long |
IntColumnWrapper.countIf(IntPredicate predicate,
Selection selection) |
long |
IntColumn.countIf(IntPredicate predicate,
Selection selection) |
long |
IntColumnImpl.countIf(IntPredicate predicate,
Selection selection) |
Selection |
IntColumnWrapper.select(IntPredicate predicate) |
default Selection |
IntColumn.select(IntPredicate predicate) |
Selection |
IntColumnWrapper.select(IntPredicate predicate,
Selection selection) |
Selection |
IntColumn.select(IntPredicate predicate,
Selection selection) |
Selection |
IntColumnImpl.select(IntPredicate predicate,
Selection selection) |
IntColumn |
IntColumnWrapper.selectIf(IntPredicate predicate) |
default IntColumn |
IntColumn.selectIf(IntPredicate predicate) |
IntColumn |
IntColumnWrapper.selectIf(IntPredicate predicate,
Selection selection) |
IntColumn |
IntColumn.selectIf(IntPredicate predicate,
Selection selection) |
IntColumn |
IntColumnImpl.selectIf(IntPredicate predicate,
Selection selection) |
Selection |
DecimalColumnImpl.selectWithIndexPredicate(IntPredicate predicate,
Selection selection) |
long |
IntColumnWrapper.sumIf(IntPredicate predicate) |
default long |
IntColumn.sumIf(IntPredicate predicate) |
long |
IntColumnWrapper.sumIf(IntPredicate predicate,
Selection selection) |
long |
IntColumn.sumIf(IntPredicate predicate,
Selection selection) |
long |
IntColumnImpl.sumIf(IntPredicate predicate,
Selection selection) |