You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Nikolas Vanderhoof (Jira)" <ji...@apache.org> on 2020/07/17 01:31:00 UTC

[jira] [Created] (SPARK-32338) Add overload for slice that accepts Columns or Int

Nikolas Vanderhoof created SPARK-32338:
------------------------------------------

             Summary: Add overload for slice that accepts Columns or Int
                 Key: SPARK-32338
                 URL: https://issues.apache.org/jira/browse/SPARK-32338
             Project: Spark
          Issue Type: New Feature
          Components: SQL
    Affects Versions: 3.1.0
            Reporter: Nikolas Vanderhoof


Add an overload for org.apache.spark.sql.functions.slice with the following signature:


{code:scala}
def slice(x: Column, start: Any, length: Any): Column = ???
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org