public FixedSizeBinaryArray(ArrowTypeId typeId, ArrayData data) : base(data) { data.EnsureDataType(typeId); data.EnsureBufferCount(2); }