Package | Description |
---|---|
parquet.filter |
Modifier and Type | Class and Description |
---|---|
class |
AndRecordFilter
Provides ability to chain two filters together.
|
class |
ColumnRecordFilter
Record filter which applies the supplied predicate to the specified column.
|
class |
NotRecordFilter
Provides ability to negate the result of a filter.
|
class |
OrRecordFilter
Provides ability to chain two filters together.
|
class |
PagedRecordFilter
Filter which will only materialize a page worth of results.
|
Modifier and Type | Method and Description |
---|---|
RecordFilter |
UnboundRecordFilter.bind(Iterable<ColumnReader> readers)
Call to bind to actual columns and create filter.
|
Copyright © 2015. All rights reserved.