Constructor and Description |
---|
ByteIndex(BooleanColumn column) |
Modifier and Type | Method and Description |
---|---|
Selection |
atLeast(byte value) |
Selection |
atMost(byte value) |
Selection |
get(byte value)
Returns a bitmap containing row numbers of all cells matching the given int
|
Selection |
greaterThan(byte value) |
Selection |
lessThan(byte value) |
public ByteIndex(BooleanColumn column)
public Selection get(byte value)
value
- This is a 'key' from the index perspective, meaning it is a value from the
standpoint of the columnpublic Selection atLeast(byte value)
public Selection greaterThan(byte value)
public Selection atMost(byte value)
public Selection lessThan(byte value)
Copyright © 2020. All rights reserved.