Description
Function | Return Type | Description | Example | Result |
---|---|---|---|---|
overlay(string placing string from int [for int]) | bytea | Replace substring | overlay('Th\000omas'::bytea placing '\002\003'::bytea from 2 for 3) | T002\003mas |
This jira related to https://issues.apache.org/jira/browse/SPARK-28077