[ https://issues.apache.org/jira/browse/SPARK-28412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jiaan.geng updated SPARK-28412:
-------------------------------
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)}}|{{T}}{{002}}{{\003mas}}|
This jira related to https://issues.apache.org/jira/browse/SPARK-28077
was:
||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)}}|{{T}}{{002}}{{\003mas}}|
This jira related to https://issues.apache.org/jira/browse/SPARK-28077
> ANSI SQL: OVERLAY function support byte array(T312)
> ---------------------------------------------------
>
> Key: SPARK-28412
> URL: https://issues.apache.org/jira/browse/SPARK-28412
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Affects Versions: 3.0.0
> Reporter: jiaan.geng
> Priority: Major
>
> ||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)}}|{{T}}{{002}}{{\003mas}}|
> This jira related to https://issues.apache.org/jira/browse/SPARK-28077
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|