Package com.kuzudb
Class FlatTuple
java.lang.Object
com.kuzudb.FlatTuple
- All Implemented Interfaces:
AutoCloseable
FlatTuple stores a vector of values.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FlatTuple
public FlatTuple()
-
-
Method Details
-
close
Close the flat tuple and release the underlying resources. This method is invoked automatically on objects managed by the try-with-resources statement.- Specified by:
close
in interfaceAutoCloseable
- 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.
-