Table of Contents

Class CArrowSchemaImporter

Namespace
Apache.Arrow.C
Assembly
Apache.Arrow.dll
public static class CArrowSchemaImporter
Inheritance
CArrowSchemaImporter
Inherited Members

Methods

ImportField(CArrowSchema*)

Import C pointer as a Field.

public static Field ImportField(CArrowSchema* ptr)

Parameters

ptr CArrowSchema*

Returns

Field

Remarks

This will call the release callback on the passed struct, even if this function fails.

ImportSchema(CArrowSchema*)

Import C pointer as a Schema.

public static Schema ImportSchema(CArrowSchema* ptr)

Parameters

ptr CArrowSchema*

Returns

Schema

Remarks

This will call the release callback on the passed struct, even if this function fails.

ImportType(CArrowSchema*)

Import C pointer as an ArrowType.

public static ArrowType ImportType(CArrowSchema* ptr)

Parameters

ptr CArrowSchema*

Returns

ArrowType

Remarks

This will call the release callback on the passed struct, even if this function fails.