Class Bool8Type
Extension type representing 1-byte boolean values
public class Bool8Type : ExtensionType, IArrowType
- Inheritance
-
Bool8Type
- Implements
- Inherited Members
- Extension Methods
Constructors
Bool8Type()
public Bool8Type()
Fields
Default
public static Bool8Type Default
Field Value
Properties
ExtensionMetadata
Serialized extension metadata. May be null or empty.
public override string ExtensionMetadata { get; }
Property Value
Name
The canonical extension type name (e.g. "arrow.uuid").
public override string Name { get; }
Property Value
Methods
CreateArray(IArrowArray)
Create the appropriate ExtensionArray wrapper for a storage array.
public override ExtensionArray CreateArray(IArrowArray storageArray)
Parameters
storageArrayIArrowArray