Static DATASET_PROVIDER_VTABLE

Source
pub static DATASET_PROVIDER_VTABLE: OnceLock<PythonDatasetProviderVTable>
Expand description

This is for polars-python to inject so that the implementation can be done there:

  • The impls for converting from Python objects are there.