Class DictionaryType
public sealed class DictionaryType : FixedWidthType, IArrowType
- Inheritance
-
DictionaryType
- Implements
- Inherited Members
- Extension Methods
Constructors
DictionaryType(IArrowType, IArrowType, bool)
public DictionaryType(IArrowType indexType, IArrowType valueType, bool ordered)
Parameters
indexType
IArrowTypevalueType
IArrowTypeordered
bool
Fields
Default
[Obsolete]
public static readonly DictionaryType Default
Field Value
Properties
BitWidth
public override int BitWidth { get; }
Property Value
IndexType
public IArrowType IndexType { get; }
Property Value
Name
public override string Name { get; }
Property Value
Ordered
public bool Ordered { get; }
Property Value
TypeId
public override ArrowTypeId TypeId { get; }
Property Value
ValueType
public IArrowType ValueType { get; }
Property Value
Methods
Accept(IArrowTypeVisitor)
public override void Accept(IArrowTypeVisitor visitor)
Parameters
visitor
IArrowTypeVisitor