Connects using the given connection string and executes a query.
Connects using the given connection string and executes a query.
data to connect to the gitbase server
query to execute
iterator of rows and a closure to close the connection after the iterator has been used.
Takes a (schema, table) specification and returns the table's Catalyst schema.
Takes a (schema, table) specification and returns the table's Catalyst schema.
gitbase server details.
table name.
A StructType giving the table's Catalyst schema.
SQLException if the table contains an unsupported type.
This contains utility methods to perform operations on a Gitbase server.