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