Load into a Vector table from the given RDD.
Load into a Vector table from the given RDD.
This method should be used when the VectorEndpointConf is known ahead of time (e.g. was communicated through a separate channel)
RDD schema
A list of ColumnMetadata structures, one for each column of the given table describing the schema of the Vector table
Write configuration to be used to connect to the DataStream
API
Load a target Vector table from this RDD.
Load a target Vector table from this RDD.
Input RDD schema
connection properties to the Vector instance
name of the table to load
set of SQL statements to execute before loading begins
set of SQL statements to run after loading completes successfully. This SQL is executed only if the load works. The load is not rolled back if executing the postSQL fails.
map of input field names to target columns (optional)
if true, generates and executes a SQL create table statement based on the RDD schema
a LoaderResult
instance which contains results of the load operation
Wrapper class to expose Vector operations on RDDs