Hello Rajeev, at the moment we have no native C# bindings or implementation. An easy start could be to write C# bindings to the native C++ implementation, from what I remember of my .NET days (~5 years ago :D), that should not be so hard. But as mentioned I have no recent experience in that. An alternative could be the existing GObject/GLib bindings if there are GObject bindings for C#.
Cheers Uwe On Fri, Jun 2, 2017, at 06:55 PM, Rajeev Karri wrote: > I would like to use apache arrow from C#. > Is it possible ? > > Rajeev