Class CArrowSchemaImporter
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
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
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
Remarks
This will call the release callback on the passed struct, even if this function fails.