Module type_inference

Module type_inference 

Source
Expand description

Shared type inference logic for data loaders

This module provides centralized type detection logic to ensure consistent behavior across CSV, JSON, and other data sources.

Structs§

TypeInference
Type inference utilities

Enums§

InferredType
Detected data type for a value or column