Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::functions::string::overlay - Rust
[go: Go Back, main page]

Module datafusion::functions::string::overlay

source ·

Structs§

Functions§

  • OVERLAY(string1 PLACING string2 FROM integer FOR integer2) Replaces a substring of string1 with string2 starting at the integer bit pgsql overlay(‘Txxxxas’ placing ‘hom’ from 2 for 4) → Thomas overlay(‘Txxxxas’ placing ‘hom’ from 2) -> Thomxas, without for option, str2’s len is instead