Skip to main content

arrow_to_paimon_type

Function arrow_to_paimon_type 

Source
pub fn arrow_to_paimon_type(
    arrow_type: &DataType,
    nullable: bool,
) -> Result<DataType>
Expand description

Convert an Arrow DataType to a Paimon DataType.