Crate rust_tvtf_api

Source

Modules§

arg

Structs§

FunctionContext
FunctionRegistry
FunctionRegistryBuilder
Builder for FunctionRegistry.
Signature

Enums§

FunctionRegistryBuilderError
Error type for FunctionRegistryBuilder

Traits§

TableFunction

Functions§

create
create_raw
SAFETY
finalize_raw
Wrapper over finalize method.
process_raw
Wrapper over process method, the type of input_stream is *mut FFI_ArrowArrayStream. Due to the limitation of zngur, use i64 here as void* and casting to *mut FFI_ArrowArrayStream.