Package com.kuzudb
Class FlatTuple
java.lang.Object
com.kuzudb.FlatTuple
FlatTuple stores a vector of values.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FlatTuple
public FlatTuple()
-
-
Method Details
-
finalize
Finalize.- Overrides:
finalize
in classObject
- Throws:
ObjectRefDestroyedException
- If the flat tuple has been destroyed.
-
destroy
Destroy the flat tuple.- Throws:
ObjectRefDestroyedException
- If the flat tuple has been destroyed.
-
getValue
Get the value at the given index.- Parameters:
index
- : The index of the value.- Returns:
- The value at the given index.
- Throws:
ObjectRefDestroyedException
- If the flat tuple has been destroyed.
-
toString
Convert the flat tuple to string.
-