FSharp.Data icon indicating copy to clipboard operation
FSharp.Data copied to clipboard

Apache arrow type provider

Open ArmanAttaran opened this issue 5 years ago • 0 comments

It would be good to be able to interact with the apache arrow eco system since it provides access to some very interesting tools. are there any implementation in the work ? it seems like a perfect fit for the type provider. what is apache arrow ? Apache Arrow defines a language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware like CPUs and GPUs. The Arrow memory format also supports zero-copy reads for lightning-fast data access without serialization overhead.

ArmanAttaran avatar Jan 08 '21 05:01 ArmanAttaran