AccessorFn

typealias AccessorFn<TData, TValue> = (originalRow: TData, index: Int) -> TValue

Reads a value from an original row.