Module datafusion_functions_nested::map_extract

source ·
Expand description

ScalarUDFImpl definitions for map_extract functions.

Functions§

  • Return a list containing the value for a given key or an empty list if the key is not contained in the map.
  • ScalarFunction that returns a ScalarUDF for MapExtract