| Package | Description |
|---|---|
| parquet.filter | |
| parquet.io |
| Modifier and Type | Method and Description |
|---|---|
static UnboundRecordFilter |
AndRecordFilter.and(UnboundRecordFilter filter1,
UnboundRecordFilter filter2)
Returns builder for creating an and filter.
|
static UnboundRecordFilter |
ColumnRecordFilter.column(String columnPath,
ColumnPredicates.Predicate predicate)
Factory method for record filter which applies the supplied predicate to the specified column.
|
static UnboundRecordFilter |
PagedRecordFilter.page(long startPos,
long pageSize)
Returns builder for creating a paged query.
|
| Modifier and Type | Method and Description |
|---|---|
static UnboundRecordFilter |
AndRecordFilter.and(UnboundRecordFilter filter1,
UnboundRecordFilter filter2)
Returns builder for creating an and filter.
|
| Modifier and Type | Method and Description |
|---|---|
<T> RecordReader<T> |
MessageColumnIO.getRecordReader(PageReadStore columns,
RecordMaterializer<T> recordMaterializer,
UnboundRecordFilter unboundFilter) |
Copyright © 2013. All Rights Reserved.