java.lang.Object
org.apache.arrow.dataset.utils.MapUtil
The utility class for Map.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
convertMapToStringArray
(Map<String, String> config) Convert the map to string array as JNI bridge.
-
Method Details
-
convertMapToStringArray
Convert the map to string array as JNI bridge.- Parameters:
config
- config map- Returns:
- string array for serialization
-