mojo-data / arrow.mojo

Apache Arrow in MojošŸ”„

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow null values in ArrowFixedWidthVector

sa- opened this issue Ā· comments

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

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