Apache.Arrow.C.CArrowArrayExporter
namespace Apache.Arrow.C
{
public static class CArrowArrayExporter
{
internal unsafe delegate void ReleaseArrowArray (CArrowArray* cArray);
public static bool EnableManagedMemoryExport;
public unsafe static void ExportArray(IArrowArray array, CArrowArray* cArray);
public unsafe static void ExportRecordBatch(RecordBatch batch, CArrowArray* cArray);
}
}