@@ -112,7 +112,7 @@ public struct org_apache_arrow_flatbuf_SparseTensorIndexCOO: FlatBufferObject, V
112
112
/// The type of values in indicesBuffer
113
113
public var indicesType : org_apache_arrow_flatbuf_Int ! {
114
114
let o = _accessor. offset ( VTOFFSET . indicesType. v)
115
- return org_apache_arrow_flatbuf_Int ( _accessor. bb, o: _accessor. indirect ( o + _accessor. postion ) )
115
+ return org_apache_arrow_flatbuf_Int ( _accessor. bb, o: _accessor. indirect ( o + _accessor. position ) )
116
116
}
117
117
/// Non-negative byte offsets to advance one value cell along each dimension
118
118
/// If omitted, default to row-major order (C-like).
@@ -139,7 +139,7 @@ public struct org_apache_arrow_flatbuf_SparseTensorIndexCOO: FlatBufferObject, V
139
139
}
140
140
public var mutableIndicesBuffer : org_apache_arrow_flatbuf_Buffer_Mutable ! {
141
141
let o = _accessor. offset ( VTOFFSET . indicesBuffer. v)
142
- return org_apache_arrow_flatbuf_Buffer_Mutable ( _accessor. bb, o: o + _accessor. postion )
142
+ return org_apache_arrow_flatbuf_Buffer_Mutable ( _accessor. bb, o: o + _accessor. position )
143
143
}
144
144
/// This flag is true if and only if the indices matrix is sorted in
145
145
/// row-major order, and does not have duplicated entries.
@@ -251,7 +251,7 @@ public struct org_apache_arrow_flatbuf_SparseMatrixIndexCSX: FlatBufferObject, V
251
251
/// The type of values in indptrBuffer
252
252
public var indptrType : org_apache_arrow_flatbuf_Int ! {
253
253
let o = _accessor. offset ( VTOFFSET . indptrType. v)
254
- return org_apache_arrow_flatbuf_Int ( _accessor. bb, o: _accessor. indirect ( o + _accessor. postion ) )
254
+ return org_apache_arrow_flatbuf_Int ( _accessor. bb, o: _accessor. indirect ( o + _accessor. position ) )
255
255
}
256
256
/// indptrBuffer stores the location and size of indptr array that
257
257
/// represents the range of the rows.
@@ -282,12 +282,12 @@ public struct org_apache_arrow_flatbuf_SparseMatrixIndexCSX: FlatBufferObject, V
282
282
}
283
283
public var mutableIndptrBuffer : org_apache_arrow_flatbuf_Buffer_Mutable ! {
284
284
let o = _accessor. offset ( VTOFFSET . indptrBuffer. v)
285
- return org_apache_arrow_flatbuf_Buffer_Mutable ( _accessor. bb, o: o + _accessor. postion )
285
+ return org_apache_arrow_flatbuf_Buffer_Mutable ( _accessor. bb, o: o + _accessor. position )
286
286
}
287
287
/// The type of values in indicesBuffer
288
288
public var indicesType : org_apache_arrow_flatbuf_Int ! {
289
289
let o = _accessor. offset ( VTOFFSET . indicesType. v)
290
- return org_apache_arrow_flatbuf_Int ( _accessor. bb, o: _accessor. indirect ( o + _accessor. postion ) )
290
+ return org_apache_arrow_flatbuf_Int ( _accessor. bb, o: _accessor. indirect ( o + _accessor. position ) )
291
291
}
292
292
/// indicesBuffer stores the location and size of the array that
293
293
/// contains the column indices of the corresponding non-zero values.
@@ -304,7 +304,7 @@ public struct org_apache_arrow_flatbuf_SparseMatrixIndexCSX: FlatBufferObject, V
304
304
}
305
305
public var mutableIndicesBuffer : org_apache_arrow_flatbuf_Buffer_Mutable ! {
306
306
let o = _accessor. offset ( VTOFFSET . indicesBuffer. v)
307
- return org_apache_arrow_flatbuf_Buffer_Mutable ( _accessor. bb, o: o + _accessor. postion )
307
+ return org_apache_arrow_flatbuf_Buffer_Mutable ( _accessor. bb, o: o + _accessor. position )
308
308
}
309
309
public static func startSparseMatrixIndexCSX( _ fbb: inout FlatBufferBuilder ) -> UOffset {
310
310
fbb. startTable ( with: 5 )
@@ -440,7 +440,7 @@ public struct org_apache_arrow_flatbuf_SparseTensorIndexCSF: FlatBufferObject, V
440
440
/// The type of values in indptrBuffers
441
441
public var indptrType : org_apache_arrow_flatbuf_Int ! {
442
442
let o = _accessor. offset ( VTOFFSET . indptrType. v)
443
- return org_apache_arrow_flatbuf_Int ( _accessor. bb, o: _accessor. indirect ( o + _accessor. postion ) )
443
+ return org_apache_arrow_flatbuf_Int ( _accessor. bb, o: _accessor. indirect ( o + _accessor. position ) )
444
444
}
445
445
/// indptrBuffers stores the sparsity structure.
446
446
/// Each two consecutive dimensions in a tensor correspond to a buffer in
@@ -481,7 +481,7 @@ public struct org_apache_arrow_flatbuf_SparseTensorIndexCSF: FlatBufferObject, V
481
481
/// The type of values in indicesBuffers
482
482
public var indicesType : org_apache_arrow_flatbuf_Int ! {
483
483
let o = _accessor. offset ( VTOFFSET . indicesType. v)
484
- return org_apache_arrow_flatbuf_Int ( _accessor. bb, o: _accessor. indirect ( o + _accessor. postion ) )
484
+ return org_apache_arrow_flatbuf_Int ( _accessor. bb, o: _accessor. indirect ( o + _accessor. position ) )
485
485
}
486
486
/// indicesBuffers stores values of nodes.
487
487
/// Each tensor dimension corresponds to a buffer in indicesBuffers.
@@ -696,7 +696,7 @@ public struct org_apache_arrow_flatbuf_SparseTensor: FlatBufferObject, Verifiabl
696
696
}
697
697
public var mutableData : org_apache_arrow_flatbuf_Buffer_Mutable ! {
698
698
let o = _accessor. offset ( VTOFFSET . data. v)
699
- return org_apache_arrow_flatbuf_Buffer_Mutable ( _accessor. bb, o: o + _accessor. postion )
699
+ return org_apache_arrow_flatbuf_Buffer_Mutable ( _accessor. bb, o: o + _accessor. position )
700
700
}
701
701
public static func startSparseTensor( _ fbb: inout FlatBufferBuilder ) -> UOffset {
702
702
fbb. startTable ( with: 7 )
0 commit comments