object IdentifierHelper
- Alphabetic
- By Inheritance
- IdentifierHelper
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assertIsFullyQualifiedForCreate(identifier: TableIdentifier): Unit
Assert whether the identifier is properly fully qualified when creating a dataset.
- def assertIsFullyQualifiedForRead(identifier: TableIdentifier): Unit
Assert whether the identifier is properly qualified when reading a dataset in a pipeline.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fullyQualifyIdentifier(maybeFullyQualifiedIdentifier: TableIdentifier, currentCatalog: Option[String], currentDatabase: Option[String]): TableIdentifier
Fully qualifies provided identifier with provided catalog & schema.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPathIdentifier(spark: classic.SparkSession, identifier: TableIdentifier): Boolean
Return true if the identifier should be resolved as a path-based reference (i.e.,
datasource
.path
). - def isSinglePartIdentifier(identifier: TableIdentifier): Boolean
Return whether the input identifier is a single-part identifier.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toQuotedString(nameParts: Seq[String]): String
Returns the quoted string for the name parts.
Returns the quoted string for the name parts.
- nameParts
the dataset name parts.
- returns
the quoted string for the name parts.
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toTableIdentifier(table: LogicalPlan): TableIdentifier
Returns the table identifier constructed from the logical plan.
Returns the table identifier constructed from the logical plan.
- table
the logical plan.
- returns
the table identifier constructed from the logical plan.
- def toTableIdentifier(nameParts: Seq[String]): TableIdentifier
Returns the table identifier constructed from the name parts.
Returns the table identifier constructed from the name parts.
- nameParts
the dataset name parts.
- returns
the table identifier constructed from the name parts.
- Annotations
- @throws(scala.this.throws.<init>$default$1[UnsupportedOperationException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)