Package ai.velr
Class ArrowColumn.Chunk
java.lang.Object
ai.velr.ArrowColumn.Chunk
- Enclosing class:
- ArrowColumn
One Arrow C Data Interface chunk in a column.
The schema address is borrowed for the duration of the bind call. The array payload is transferred to Velr by the bind call.
-
Method Summary
Modifier and TypeMethodDescriptionlongReturn the ArrowArray struct address.longReturn the ArrowSchema struct address.
-
Method Details
-
schemaAddress
public long schemaAddress()Return the ArrowSchema struct address.- Returns:
- ArrowSchema address
-
arrayAddress
public long arrayAddress()Return the ArrowArray struct address.- Returns:
- ArrowArray address
-