Class Int8Type
public sealed class Int8Type : IntegerType, IArrowType- Inheritance
- 
      
      
      
      
      
      Int8Type
- Implements
- Inherited Members
- Extension Methods
Fields
Default
public static readonly Int8Type DefaultField Value
Properties
BitWidth
public override int BitWidth { get; }Property Value
IsSigned
public override bool IsSigned { get; }Property Value
Name
public override string Name { get; }Property Value
TypeId
public override ArrowTypeId TypeId { get; }Property Value
Methods
Accept(IArrowTypeVisitor)
public override void Accept(IArrowTypeVisitor visitor)Parameters
- visitorIArrowTypeVisitor