Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the place and resulting object for the methods of readSql<-->Schema #680

Open
zaleslaw opened this issue Apr 26, 2024 · 0 comments
Open
Assignees
Labels
databases enhancement New feature or request
Milestone

Comments

@zaleslaw
Copy link
Collaborator

Motivation:
All these objects are placed on the DataFrame, but return not a DataFrame, but schema, also we are limited with this schema from DataFrame, but it could not keep, for example, the name of the table and other meta-parameters.

Solution:
Move these bunches of methods to the helper class SqlSchema and introduce static methods on it, this class could be extendable and also reimplemented for any particular Database

@zaleslaw zaleslaw added the enhancement New feature or request label Apr 26, 2024
@zaleslaw zaleslaw added this to the 0.14.0 milestone Apr 26, 2024
@zaleslaw zaleslaw self-assigned this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
databases enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant