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