Apache.Arrow.MapArray
public IEnumerable<
KeyValuePair<
K,
V>>
GetKeyValuePairs<
TKeyArray,
K,
TValueArray,
V>(
int index,
Func<
TKeyArray,
int,
K>
getKey,
Func<
TValueArray,
int,
V>
getValue) where
TKeyArray :
Array where
TValueArray :
Array
public IEnumerable<
Tuple<
K,
V>>
GetTuples<
TKeyArray,
K,
TValueArray,
V>(
int index,
Func<
TKeyArray,
int,
K>
getKey,
Func<
TValueArray,
int,
V>
getValue) where
TKeyArray :
Array where
TValueArray :
Array