Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Read PageLocation and PageIndex from parquet.
which
PageLocation like in https://github.com/apache/parquet-format/blame/master/src/main/thrift/parquet.thrift#L909-L924
PageIndex like https://github.com/apache/parquet-format/blame/master/src/main/thrift/parquet.thrift#L938-L959
has
NativeIndex for fix length type
ByteIndex for un_length bytes
BoolIndex
Get this info in memory then we can apply page-level filter in future.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Read
PageLocationandPageIndexfrom parquet.which
PageLocation like in https://github.com/apache/parquet-format/blame/master/src/main/thrift/parquet.thrift#L909-L924
PageIndex like https://github.com/apache/parquet-format/blame/master/src/main/thrift/parquet.thrift#L938-L959
has
NativeIndexfor fix length typeByteIndexfor un_length bytesBoolIndexGet this info in memory then we can apply page-level filter in future.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.