-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hello Trino Team,
I hope this message finds you well.
Upon reviewing the codebase, I observed the PageExecutor class, which appears to function similarly to the RecordExecutor class by processing data in pages rather than individual records. This design seems advantageous for querying large datasets in a streaming manner without overwhelming system memory.
However, I noticed that the PageExecutor class is marked with the internal modifier, rendering it inaccessible outside its defining assembly. Could you please clarify whether this access level is intentional? If so, I would appreciate an explanation of the rationale behind restricting access to the PageExecutor class and any recommended approaches for implementing functionality that leverages this class.
Thank you for your time and assistance.
Best regards,