@@ -112,7 +112,7 @@ public struct org_apache_arrow_flatbuf_SparseTensorIndexCOO: FlatBufferObject, V
112112 /// The type of values in indicesBuffer
113113 public var indicesType : org_apache_arrow_flatbuf_Int ! {
114114 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 ) )
116116 }
117117 /// Non-negative byte offsets to advance one value cell along each dimension
118118 /// If omitted, default to row-major order (C-like).
@@ -139,7 +139,7 @@ public struct org_apache_arrow_flatbuf_SparseTensorIndexCOO: FlatBufferObject, V
139139 }
140140 public var mutableIndicesBuffer : org_apache_arrow_flatbuf_Buffer_Mutable ! {
141141 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 )
143143 }
144144 /// This flag is true if and only if the indices matrix is sorted in
145145 /// row-major order, and does not have duplicated entries.
@@ -251,7 +251,7 @@ public struct org_apache_arrow_flatbuf_SparseMatrixIndexCSX: FlatBufferObject, V
251251 /// The type of values in indptrBuffer
252252 public var indptrType : org_apache_arrow_flatbuf_Int ! {
253253 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 ) )
255255 }
256256 /// indptrBuffer stores the location and size of indptr array that
257257 /// represents the range of the rows.
@@ -282,12 +282,12 @@ public struct org_apache_arrow_flatbuf_SparseMatrixIndexCSX: FlatBufferObject, V
282282 }
283283 public var mutableIndptrBuffer : org_apache_arrow_flatbuf_Buffer_Mutable ! {
284284 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 )
286286 }
287287 /// The type of values in indicesBuffer
288288 public var indicesType : org_apache_arrow_flatbuf_Int ! {
289289 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 ) )
291291 }
292292 /// indicesBuffer stores the location and size of the array that
293293 /// contains the column indices of the corresponding non-zero values.
@@ -304,7 +304,7 @@ public struct org_apache_arrow_flatbuf_SparseMatrixIndexCSX: FlatBufferObject, V
304304 }
305305 public var mutableIndicesBuffer : org_apache_arrow_flatbuf_Buffer_Mutable ! {
306306 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 )
308308 }
309309 public static func startSparseMatrixIndexCSX( _ fbb: inout FlatBufferBuilder ) -> UOffset {
310310 fbb. startTable ( with: 5 )
@@ -440,7 +440,7 @@ public struct org_apache_arrow_flatbuf_SparseTensorIndexCSF: FlatBufferObject, V
440440 /// The type of values in indptrBuffers
441441 public var indptrType : org_apache_arrow_flatbuf_Int ! {
442442 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 ) )
444444 }
445445 /// indptrBuffers stores the sparsity structure.
446446 /// 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
481481 /// The type of values in indicesBuffers
482482 public var indicesType : org_apache_arrow_flatbuf_Int ! {
483483 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 ) )
485485 }
486486 /// indicesBuffers stores values of nodes.
487487 /// Each tensor dimension corresponds to a buffer in indicesBuffers.
@@ -696,7 +696,7 @@ public struct org_apache_arrow_flatbuf_SparseTensor: FlatBufferObject, Verifiabl
696696 }
697697 public var mutableData : org_apache_arrow_flatbuf_Buffer_Mutable ! {
698698 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 )
700700 }
701701 public static func startSparseTensor( _ fbb: inout FlatBufferBuilder ) -> UOffset {
702702 fbb. startTable ( with: 7 )
0 commit comments