You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…-copy types (#43984)
### Rationale for this change
Statistics is useful for fast processing.
Target types:
* `Int32`
* `Int64`
* `Float`
* `Double`
* `Timestamp[milli]`
* `Timestamp[micro]`
* `Timestamp[nano]`
### What changes are included in this PR?
Map `ColumnChunkMetaData` information to `arrow::ArrayStatistics`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #43983
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
…: zero-copy types (apache#43984)
### Rationale for this change
Statistics is useful for fast processing.
Target types:
* `Int32`
* `Int64`
* `Float`
* `Double`
* `Timestamp[milli]`
* `Timestamp[micro]`
* `Timestamp[nano]`
### What changes are included in this PR?
Map `ColumnChunkMetaData` information to `arrow::ArrayStatistics`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: apache#43983
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
Subissue of #43549
For types of
arrow/cpp/src/parquet/arrow/reader_internal.cc
Lines 378 to 392 in 5ad0b3e
arrow/cpp/src/parquet/arrow/reader_internal.cc
Lines 796 to 800 in 5ad0b3e
Int32
Int64
Float
Double
arrow/cpp/src/parquet/arrow/reader_internal.cc
Lines 887 to 898 in 5ad0b3e
Timestamp[milli]
Timestamp[micro]
Timestamp[nano]
Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered: