Spark 4.1.0 ScalaDoc - org.apache.spark.sql.TableValuedFunction (original) (raw)
abstract class TableValuedFunction extends AnyRef
Ordering
- Grouped
- Alphabetic
- By Inheritance
Inherited
TableValuedFunction
AnyRef
Any
Hide All
Show All
Visibility
- Public
- Protected
Instance Constructors
- new TableValuedFunction()
Abstract Value Members
- abstract def collations(): Dataset[Row]
- abstract def explode(collection: Column): Dataset[Row]
- abstract def explode_outer(collection: Column): Dataset[Row]
- abstract def inline(input: Column): Dataset[Row]
- abstract def inline_outer(input: Column): Dataset[Row]
- abstract def json_tuple(input: Column, fields: Column*): Dataset[Row]
- abstract def posexplode(collection: Column): Dataset[Row]
- abstract def posexplode_outer(collection: Column): Dataset[Row]
- abstract def python_worker_logs(): Dataset[Row]
- abstract def range(start: Long, end: Long, step: Long, numPartitions: Int): Dataset[Long]
- abstract def range(start: Long, end: Long, step: Long): Dataset[Long]
- abstract def range(start: Long, end: Long): Dataset[Long]
- abstract def range(end: Long): Dataset[Long]
- abstract def sql_keywords(): Dataset[Row]
- abstract def stack(n: Column, fields: Column*): Dataset[Row]
- abstract def variant_explode(input: Column): Dataset[Row]
- abstract def variant_explode_outer(input: Column): Dataset[Row]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit