public class LongIndex extends Object
Constructor and Description |
---|
LongIndex(DateTimeColumn column) |
LongIndex(NumberColumn column) |
Modifier and Type | Method and Description |
---|---|
Selection |
atLeast(LocalDateTime value) |
Selection |
atLeast(long value) |
Selection |
atMost(LocalDateTime value) |
Selection |
atMost(long value) |
Selection |
get(LocalDateTime value) |
Selection |
get(long value)
Returns a bitmap containing row numbers of all cells matching the given long
|
Selection |
greaterThan(LocalDateTime value) |
Selection |
greaterThan(long value) |
Selection |
lessThan(LocalDateTime value) |
Selection |
lessThan(long value) |
public LongIndex(DateTimeColumn column)
public LongIndex(NumberColumn column)
public Selection get(long value)
value
- This is a 'key' from the index perspective, meaning it is a value from the standpoint of the columnpublic Selection get(LocalDateTime value)
public Selection atLeast(long value)
public Selection atLeast(LocalDateTime value)
public Selection greaterThan(long value)
public Selection greaterThan(LocalDateTime value)
public Selection atMost(long value)
public Selection atMost(LocalDateTime value)
public Selection lessThan(long value)
public Selection lessThan(LocalDateTime value)
Copyright © 2018. All rights reserved.