Spark 3.5.5 ScalaDoc - org.apache.spark.sql.UDTFRegistration (original) (raw)

class UDTFRegistration extends Logging

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. UDTFRegistration

  2. Logging

  3. AnyRef

  4. Any

  5. Hide All

  6. Show All

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: Any): Boolean
  8. def finalize(): Unit
  9. final def getClass(): Class[_]
  10. def hashCode(): Int
  11. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
  12. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
  13. final def isInstanceOf[T0]: Boolean
  14. def isTraceEnabled(): Boolean
  15. def log: Logger
  16. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
  17. def logDebug(msg: ⇒ String): Unit
  18. def logError(msg: ⇒ String, throwable: Throwable): Unit
  19. def logError(msg: ⇒ String): Unit
  20. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
  21. def logInfo(msg: ⇒ String): Unit
  22. def logName: String
  23. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
  24. def logTrace(msg: ⇒ String): Unit
  25. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
  26. def logWarning(msg: ⇒ String): Unit
  27. final def ne(arg0: AnyRef): Boolean
  28. final def notify(): Unit
  29. final def notifyAll(): Unit
  30. def registerPython(name: String, udtf: UserDefinedPythonTableFunction): Unit
  31. final def synchronized[T0](arg0: ⇒ T0): T0
  32. def toString(): String
  33. final def wait(): Unit
  34. final def wait(arg0: Long, arg1: Int): Unit
  35. final def wait(arg0: Long): Unit

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped