An adapter for a ResultSet to pose as ColumnEncoding so that the same generated code can be used for both row buffer and column data access.
This does not return any valid results from result set rather caller is expected to explicitly invoke ResultSet.next()/get*.
Generated code plan for deletes in a row table.
Base class for bulk row table insert, update, put, delete operations.
A LogicalPlan implementation for an Snappy row table whose contents are retrieved using a JDBC URL or DataSource.
A scanner RDD which is very specific to Snappy store row tables.
A scanner RDD which is very specific to Snappy store row tables. This scans row tables in parallel unlike Spark's inbuilt JDBCRDD.
Generated code plan for bulk inserts/puts into a row table.
Generated code plan for updates in a row table.
This does not return any valid results from result set rather caller is expected to explicitly invoke ResultSet.next()/get*. This is primarily intended to be used for cleanup.