Module ffi

Module ffi 

Source
Expand description

FFI interfaces.

Structs§

CSlice
A FFI-safe slice.
RecordBatchIter
An opaque type for iterating over record batches.

Statics§

ARROWUDF_VERSION_3_0
A symbol indicating the ABI version.

Functions§

alloc
Allocate memory.
dealloc
Deallocate memory.
record_batch_iterator_drop
Drop the iterator.
record_batch_iterator_next
Get the next record batch from the iterator.
scalar_wrapper
A wrapper for calling scalar functions from C.
table_wrapper
A wrapper for calling table functions from C.