mojo-data / arrow.mojo

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

Add methods to ArrowBoolVector #7

Open sa- opened 3 weeks ago

sa- commented 3 weeks ago
fn __init__(inout self, bools: List[Optional[Bool]): ...
fn __getitem__(self, index: Int) raises -> Optional[Bool]: