Table of Contents

Class CArrowDeviceArrayStreamExporter

Namespace
Apache.Arrow.C
Assembly
Apache.Arrow.dll
[Experimental("ArrowDeviceDataApi")]
public static class CArrowDeviceArrayStreamExporter
Inheritance
CArrowDeviceArrayStreamExporter
Inherited Members

Methods

ExportArrayStream(IArrowArrayStream, CArrowDeviceArrayStream*)

public static void ExportArrayStream(IArrowArrayStream arrayStream, CArrowDeviceArrayStream* deviceArrayStream)

Parameters

arrayStream IArrowArrayStream

The array stream to export

deviceArrayStream CArrowDeviceArrayStream*

An allocated but uninitialized CArrowDeviceArrayStream pointer.

Examples

CArrowDeviceArrayStream* exportPtr = CArrowDeviceArrayStream.Create();
CArrowDeviceArrayStreamExporter.ExportArrayStream(arrayStream, exportPtr);
foreign_import_function(exportPtr);