Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Can not find source code of RaySqlContext and Worker. #39

Open
Ivankings opened this issue Jul 4, 2023 · 1 comment
Open

Can not find source code of RaySqlContext and Worker. #39

Ivankings opened this issue Jul 4, 2023 · 1 comment

Comments

@Ivankings
Copy link
Contributor

import ray
from raysql.context import RaySqlContext
from raysql.worker import Worker
……

I can not find defination of RaySqlContext and Worker in open source project ray-sql. I'm wondering if this part of the code is not open source?

Looking forward to your help, thank you!

@mohitjain2504
Copy link

I wish to see the internal implementations of the Context.register_parquet() function. Couldn't find the same in the code.

    def register_parquet(self, table_name: str, path: str):
        self.ctx.register_parquet(table_name, path)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants