fn get_arrow_column_writer(
data_type: &DataType,
props: &WriterPropertiesPtr,
leaves: &mut Iter<'_, ColumnDescPtr>,
out: &mut Vec<ArrowColumnWriter>,
) -> Result<()>
Expand description
Gets the ArrowColumnWriter
for the given data_type