Saves the content of the DataFrame
to an external vector database table accessible via the x100 engine.
Saves the content of the DataFrame
to an external vector database table accessible via the x100 engine.
connection properties to the Vector instance
name of the table to unload
Vector database connection arguments, a list of arbitrary string tag/value. Can include a "cols" property consisting of a comma separated list of the columns to read. May also include "loadpresql" and "loadpostsql" properties containing any sql commands which should be run before or after the DataFrame is written to the table.
Saves the content of the DataFrame
to an external vector database table accessible via the x100 engine.
Saves the content of the DataFrame
to an external vector database table accessible via the x100 engine.
Name of the vector host
Name of the vector instance
Name of the vector database
Name of the table to unload
Vector database connection arguments, a list of arbitrary string tag/value. Normally at least a "user" and "password" property should be included. Can include a "cols" property consisting of a comma separated list of the columns to read. May also include "loadpresql" and "loadpostsql" properties containing any sql commands which should be run before or after the DataFrame is written to the table.
Wrapper class to expose Vector Operations on DataFrameWriter