Expand description
FFI types for the deprecated Statistics V2 Distribution framework.
These FFI types mirror the deprecated probabilistic distribution types. See https://github.com/apache/datafusion/pull/22071 for details.
Structs§
- FFI_
Bernoulli Distribution - FFI_
Exponential Distribution - FFI_
Gaussian Distribution - FFI_
Generic Distribution - FFI_
Uniform Distribution
Enums§
- FFI_
Distribution - A stable struct for sharing
Distributionacross FFI boundaries. See [‘Distribution’] for the meaning of each variant.