Package com.dtsx.astra.sdk.cassio
Class MetadataVectorRecord
java.lang.Object
com.dtsx.astra.sdk.cassio.MetadataVectorRecord
- All Implemented Interfaces:
Serializable
Record for the table metadata + vector.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorMetadataVectorRecord(String rowId, List<Float> vector) Create a record with a vector.MetadataVectorRecord(List<Float> vector) Create a record with a vector. -
Method Summary
Modifier and TypeMethodDescriptioncom.datastax.oss.driver.api.core.cql.SimpleStatementinsertStatement(String keyspaceName, String tableName) Build insert statement dynamically.
-
Constructor Details
-
MetadataVectorRecord
public MetadataVectorRecord()Default Constructor -
MetadataVectorRecord
Create a record with a vector.- Parameters:
vector- current vector.
-
MetadataVectorRecord
Create a record with a vector.- Parameters:
rowId- identifier for the rowvector- current vector.
-
-
Method Details