Skip to content
Snippets Groups Projects
  • Cheng Hao's avatar
    8c8f0ef5
    [SPARK-8255] [SPARK-8256] [SQL] Add regex_extract/regex_replace · 8c8f0ef5
    Cheng Hao authored
    Add expressions `regex_extract` & `regex_replace`
    
    Author: Cheng Hao <hao.cheng@intel.com>
    
    Closes #7468 from chenghao-intel/regexp and squashes the following commits:
    
    e5ea476 [Cheng Hao] minor update for documentation
    ef96fd6 [Cheng Hao] update the code gen
    72cf28f [Cheng Hao] Add more log for compilation error
    4e11381 [Cheng Hao] Add regexp_replace / regexp_extract support
    8c8f0ef5
    History
    [SPARK-8255] [SPARK-8256] [SQL] Add regex_extract/regex_replace
    Cheng Hao authored
    Add expressions `regex_extract` & `regex_replace`
    
    Author: Cheng Hao <hao.cheng@intel.com>
    
    Closes #7468 from chenghao-intel/regexp and squashes the following commits:
    
    e5ea476 [Cheng Hao] minor update for documentation
    ef96fd6 [Cheng Hao] update the code gen
    72cf28f [Cheng Hao] Add more log for compilation error
    4e11381 [Cheng Hao] Add regexp_replace / regexp_extract support