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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to