Skip to content
  • Wenchen Fan's avatar
    43b15e01
    [SPARK-14061][SQL] implement CreateMap · 43b15e01
    Wenchen Fan authored
    ## What changes were proposed in this pull request?
    
    As we have `CreateArray` and `CreateStruct`, we should also have `CreateMap`.  This PR adds the `CreateMap` expression, and the DataFrame API, and python API.
    
    ## How was this patch tested?
    
    various new tests.
    
    Author: Wenchen Fan <wenchen@databricks.com>
    
    Closes #11879 from cloud-fan/create_map.
    43b15e01
    [SPARK-14061][SQL] implement CreateMap
    Wenchen Fan authored
    ## What changes were proposed in this pull request?
    
    As we have `CreateArray` and `CreateStruct`, we should also have `CreateMap`.  This PR adds the `CreateMap` expression, and the DataFrame API, and python API.
    
    ## How was this patch tested?
    
    various new tests.
    
    Author: Wenchen Fan <wenchen@databricks.com>
    
    Closes #11879 from cloud-fan/create_map.
Loading