mojo-data / arrow.mojo

Apache Arrow in Mojo🔥
Apache License 2.0
31 stars 4 forks source link

Allow null values in ArrowFixedWidthVector #9

Open sa- opened 3 weeks ago

sa- commented 3 weeks ago

Right now it only allows non-null values. Create another constructor with the signature

fn __init__(inout self, values: List[Optional[T]]): ...