Table of Contents

Namespace Apache.Arrow.C

Classes

CArrowArrayExporter
CArrowArrayImporter
CArrowArrayStreamExporter
CArrowArrayStreamImporter
CArrowDeviceArrayExporter
CArrowDeviceArrayImporter
CArrowDeviceArrayStreamExporter
CArrowDeviceArrayStreamImporter
CArrowSchemaExporter
CArrowSchemaImporter

Structs

CArrowArray

An Arrow C Data Interface Schema, which represents the data in an exported array or record batch.

CArrowArrayStream

An Arrow C Data Interface ArrowArrayStream, which represents a stream of record batches.

CArrowDeviceArray

An Arrow C Device Data Interface ArrowDeviceArray, which represents an exported array along with the device on which the array data resides.

CArrowDeviceArrayStream

An Arrow C Device Data Interface ArrowDeviceArrayStream, which represents a stream of record batches with device information.

CArrowSchema

An Arrow C Data Interface Schema, which represents a type, field, or schema.

Enums

ArrowDeviceType

Device type constants for the Arrow C Device Data Interface.