func getIndex()

in Sources/SparkConnect/ArrowEncoder.swift [132:134]


  func getIndex(_ index: Int) -> Int {
    return self.modForIndex == nil ? index : index % self.modForIndex!
  }