map_from_entriesmap_from_arrays map_from_arrays 介绍 map_from_arrays(keys, values) - 根据给定的键和值数组创建一个映射。键数组中的所有元素都不应为 null。 Examples: > SELECT map_from_arrays(array(1.0, 3.0), array('2', '4')); {1.0:"2",3.0:"4"} Since: 2.4.0map_from_arraysmap_keys