DataType

Type Alias DataType 

Source
pub type DataType = Arc<dyn DataTypeExtension>;
Expand description

A data type.

This is a type alias for Arc<dyn DataTypeExtension>, providing a unified interface for all data types (both built-in and custom extensions).

Aliased Typeยง

pub struct DataType { /* private fields */ }