fatemehp commented on PR #14603: URL: https://github.com/apache/arrow/pull/14603#issuecomment-1343341106
If I understand correctly, there is already one in the Statistics class: static std::shared_ptr<Statistics> Make( const ColumnDescriptor* descr, const std::string& encoded_min, const std::string& encoded_max, int64_t num_values, int64_t null_count, int64_t distinct_count, bool has_min_max, bool has_null_count, bool has_distinct_count, ::arrow::MemoryPool* pool = ::arrow::default_memory_pool()); -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org