Skip to content

[SUPPORT] Unable to Access PageExecutor Due to Internal Modifier #11

@YousifS7

Description

@YousifS7

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions