Construct a DataFrame
representing the vector database table accessible via the x100 engine.
Construct a DataFrame
representing the vector database table accessible via the x100 engine.
connection properties to the Vector instance
name of the table to load
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 write.
Construct a DataFrame
representing the vector database table accessible via the x100 engine.
Construct a DataFrame
representing the 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 load
Vector database connection arguments, a list of arbitrary string tag/value. Normally at least a "user" and "password" property should be included. Can also include a "cols" property consisting of a comma separated list of the columns to write.
Wrapper class to expose Vector operations on DataFrameReader