XiaokunDing commented on a change in pull request #8831:
URL: https://github.com/apache/arrow/pull/8831#discussion_r537179373



##########
File path: rust/datafusion/src/datasource/datasource.rs
##########
@@ -24,6 +24,24 @@ use crate::arrow::datatypes::SchemaRef;
 use crate::error::Result;
 use crate::physical_plan::ExecutionPlan;
 
+/// The table statistics
+pub struct Statistics {

Review comment:
       OK, but I think this maybe  `usize` type is better than i64
   `num_rows: usize,
   total_byte_size: usize,`




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to