Skip to content

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

Open
@zaleslaw

Description

@zaleslaw

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

Metadata

Metadata

Assignees

Labels

databasesJDBC related issuesenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions