pepijnve commented on code in PR #25404:
URL: https://github.com/apache/datafusion/pull/25404#discussion_r4060874061
##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -3129,12 +3134,18 @@ pub struct TableScan {
pub filters: Vec<Expr>,
/// Optional number of rows to read
pub fetch: Option<usize>,
+ /// Optional number of rows to skip
+ pub offset: Option<usize>,
Review Comment:
Should we use 'skip' rather than 'offset' to be consistent with the rest of
the code?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]