Packages

object ColumnBuilder extends ColumnPredicateBuilder with Product with Serializable

Predicate builder for skipping eligible columns.

Linear Supertypes
Serializable, Serializable, Product, Equals, ColumnPredicateBuilder, DataSkippingPredicateBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColumnBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ColumnPredicateBuilder
  7. DataSkippingPredicateBuilder
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equalTo(statsProvider: StatsProvider, colPath: Seq[String], value: Column): Option[DataSkippingPredicate]

    The predicate should match any file which contains the requested point.

    The predicate should match any file which contains the requested point.

    Definition Classes
    ColumnPredicateBuilder → DataSkippingPredicateBuilder
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def greaterThan(statsProvider: StatsProvider, colPath: Seq[String], value: Column): Option[DataSkippingPredicate]

    The predicate should match any file which contains values larger than the requested lower bound.

    The predicate should match any file which contains values larger than the requested lower bound.

    Definition Classes
    ColumnPredicateBuilder → DataSkippingPredicateBuilder
  12. def greaterThanOrEqual(statsProvider: StatsProvider, colPath: Seq[String], value: Column): Option[DataSkippingPredicate]

    The predicate should match any file which contains values larger than or equal to the requested lower bound.

    The predicate should match any file which contains values larger than or equal to the requested lower bound.

    Definition Classes
    ColumnPredicateBuilder → DataSkippingPredicateBuilder
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def lessThan(statsProvider: StatsProvider, colPath: Seq[String], value: Column): Option[DataSkippingPredicate]

    The predicate should match any file which contains values less than the requested upper bound.

    The predicate should match any file which contains values less than the requested upper bound.

    Definition Classes
    ColumnPredicateBuilder → DataSkippingPredicateBuilder
  15. def lessThanOrEqual(statsProvider: StatsProvider, colPath: Seq[String], value: Column): Option[DataSkippingPredicate]

    The predicate should match any file which contains values less than or equal to the requested upper bound.

    The predicate should match any file which contains values less than or equal to the requested upper bound.

    Definition Classes
    ColumnPredicateBuilder → DataSkippingPredicateBuilder
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def notEqualTo(statsProvider: StatsProvider, colPath: Seq[String], value: Column): Option[DataSkippingPredicate]

    The predicate should match any file which contains anything other than the rejected point.

    The predicate should match any file which contains anything other than the rejected point.

    Definition Classes
    ColumnPredicateBuilder → DataSkippingPredicateBuilder
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ColumnPredicateBuilder

Inherited from DataSkippingPredicateBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped