kylebarron / arrow-wasm

Building block library for using Apache Arrow in Rust WebAssembly modules.
http://kylebarron.dev/arrow-wasm/
Apache License 2.0
15 stars 4 forks source link

switch table to include schema #50

Closed kylebarron closed 6 months ago

kylebarron commented 8 months ago

Store

schema: SchemaRef,

on the table instance.

Also implement conversion to FFIVector from Table. Maybe rename FFIVector to FFIChunked or maybe FFIStream assuming that I won't be implementing the real ffi stream anytime soon?

kylebarron commented 6 months ago

Closed in https://github.com/kylebarron/arrow-wasm/pull/63/