case class CollatedEqualNullSafe(attribute: String, value: Any, dataType: DataType) extends CollatedFilter with Product with Serializable
Collation aware equivalent of EqualNullSafe.
- Annotations
- @Evolving()
- Source
- filters.scala
- Alphabetic
- By Inheritance
- CollatedEqualNullSafe
- Serializable
- Product
- Equals
- CollatedFilter
- Filter
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
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
- val attribute: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def correspondingFilter: Filter
The corresponding non-collation aware filter.
The corresponding non-collation aware filter.
- Definition Classes
- CollatedEqualNullSafe → CollatedFilter
- val dataType: DataType
- Definition Classes
- CollatedEqualNullSafe → CollatedFilter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def findReferences(value: Any): Array[String]
- Attributes
- protected
- Definition Classes
- Filter
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def references: Array[String]
List of columns that are referenced by this filter.
List of columns that are referenced by this filter.
Note that, each element in
references
represents a column. The column name follows ANSI SQL names and identifiers: dots are used as separators for nested columns, name will be quoted if it contains special chars.- Definition Classes
- CollatedFilter → Filter
- Since
2.1.0
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toV2: Predicate
Converts V1 filter to V2 filter
Converts V1 filter to V2 filter
- Definition Classes
- CollatedFilter → Filter
- def toV2Column(attribute: String): NamedReference
- Attributes
- protected
- Definition Classes
- Filter
- def v2references: Array[Array[String]]
List of columns that are referenced by this filter.
List of columns that are referenced by this filter.
- returns
each element is a column name as an array of string multi-identifier
- Definition Classes
- Filter
- Since
3.0.0
- val value: Any
- 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)