object UnresolvedAttribute extends Serializable
- Alphabetic
- By Inheritance
- UnresolvedAttribute
- Serializable
- 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
- def apply(name: String): UnresolvedAttribute
Creates an UnresolvedAttribute, parsing segments separated by dots ('.').
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseAttributeName(name: String): Seq[String]
Used to split attribute name by dot with backticks rule.
Used to split attribute name by dot with backticks rule. Backticks must appear in pairs, and the quoted string must be a complete name part, which means
ab..ce.f is not allowed. We can use backtick only inside quoted name parts. - def quoted(name: String): UnresolvedAttribute
Creates an UnresolvedAttribute, from a single quoted string (for example using backticks in HiveQL.
Creates an UnresolvedAttribute, from a single quoted string (for example using backticks in HiveQL. Since the string is consider quoted, no processing is done on the name.
- def quotedString(name: String): UnresolvedAttribute
Creates an UnresolvedAttribute from a string in an embedded language.
Creates an UnresolvedAttribute from a string in an embedded language. In this case we treat it as a quoted identifier, except for '.', which must be further quoted using backticks if it is part of a column name.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()