Spark 4.1.0 ScalaDoc - org.apache.spark.sql.TableValuedFunction (original) (raw)

abstract class TableValuedFunction extends AnyRef

Ordering

  1. Grouped
  2. Alphabetic
  3. By Inheritance

Inherited

  1. TableValuedFunction

  2. AnyRef

  3. Any

  4. Hide All

  5. Show All

Visibility

  1. Public
  2. Protected

Instance Constructors

  1. new TableValuedFunction()

Abstract Value Members

  1. abstract def collations(): Dataset[Row]
  2. abstract def explode(collection: Column): Dataset[Row]
  3. abstract def explode_outer(collection: Column): Dataset[Row]
  4. abstract def inline(input: Column): Dataset[Row]
  5. abstract def inline_outer(input: Column): Dataset[Row]
  6. abstract def json_tuple(input: Column, fields: Column*): Dataset[Row]
  7. abstract def posexplode(collection: Column): Dataset[Row]
  8. abstract def posexplode_outer(collection: Column): Dataset[Row]
  9. abstract def python_worker_logs(): Dataset[Row]
  10. abstract def range(start: Long, end: Long, step: Long, numPartitions: Int): Dataset[Long]
  11. abstract def range(start: Long, end: Long, step: Long): Dataset[Long]
  12. abstract def range(start: Long, end: Long): Dataset[Long]
  13. abstract def range(end: Long): Dataset[Long]
  14. abstract def sql_keywords(): Dataset[Row]
  15. abstract def stack(n: Column, fields: Column*): Dataset[Row]
  16. abstract def variant_explode(input: Column): Dataset[Row]
  17. abstract def variant_explode_outer(input: Column): Dataset[Row]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. final def eq(arg0: AnyRef): Boolean
  7. def equals(arg0: AnyRef): Boolean
  8. final def getClass(): Class[_ <: AnyRef]
  9. def hashCode(): Int
  10. final def isInstanceOf[T0]: Boolean
  11. final def ne(arg0: AnyRef): Boolean
  12. final def notify(): Unit
  13. final def notifyAll(): Unit
  14. final def synchronized[T0](arg0: => T0): T0
  15. def toString(): String
  16. final def wait(arg0: Long, arg1: Int): Unit
  17. final def wait(arg0: Long): Unit
  18. final def wait(): Unit

Deprecated Value Members

  1. def finalize(): Unit

Inherited from AnyRef

Inherited from Any

generator_funcs

json_funcs

table_funcs

variant_funcs

Ungrouped