Open kornilova203 opened 5 years ago
Methods that should be implemented:
Implementation should retrieve needed information from native Cassandra driver and wrap it in some ResultSet implementation (maybe it will be possible to use com.dbschema.CassandraResultSet)
ResultSet
com.dbschema.CassandraResultSet
CASSANDRA-14825 added support for server-side DESCRIBE.
Methods that should be implemented:
Implementation should retrieve needed information from native Cassandra driver and wrap it in some
ResultSet
implementation (maybe it will be possible to usecom.dbschema.CassandraResultSet
)