Skip to main content

Module distribution

Module distribution 

Source
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_BernoulliDistribution
FFI_ExponentialDistribution
FFI_GaussianDistribution
FFI_GenericDistribution
FFI_UniformDistribution

Enums§

FFI_Distribution
A stable struct for sharing Distribution across FFI boundaries. See [‘Distribution’] for the meaning of each variant.