Modules§
- arrow_
wrappers - catalog_
provider - execution_
plan - insert_
op - plan_
properties - record_
batch_ stream - schema_
provider - session_
config - table_
provider - table_
source - tests
integration-tests - udaf
- udf
- udtf
- udwf
- util
- volatility
Macros§
- df_
result - This macro is a helpful conversion utility to convert from an abi_stable::RResult to a DataFusion result.
- rresult
- This macro is a helpful conversion utility to convert from a DataFusion Result to an abi_stable::RResult
- rresult_
return - This macro is a helpful conversion utility to convert from a DataFusion Result to an abi_stable::RResult
and to also call return when it is an error. Since you cannot use
?on an RResult, this is designed to mimic the pattern.
Functions§
- version
- Returns the major version of the FFI implementation. If the API evolves, we use the major version to identify compatibility over the unsafe boundary. This call is intended to be used by implementers to validate they have compatible libraries.