Object/Trait

com.github.mjakubowski84.parquet4s

FilterCodec

Related Docs: trait FilterCodec | package parquet4s

Permalink

object FilterCodec

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FilterCodec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[In, V <: Comparable[V], C <: Column[V]](encode: (In, ValueCodecConfiguration) ⇒ V, decode: (V, ValueCodecConfiguration) ⇒ In)(implicit columnFactory: ColumnFactory[V, C]): FilterCodec[In, V, C]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. implicit val booleanCodec: FilterCodec[Boolean, Boolean, BooleanColumn]

    Permalink
  7. implicit val byteArrayCodec: FilterCodec[Array[Byte], Binary, BinaryColumn]

    Permalink
  8. implicit val byteCodec: FilterCodec[Byte, Integer, IntColumn]

    Permalink
  9. implicit val charCodec: FilterCodec[Char, Integer, IntColumn]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. implicit val decimalCodec: FilterCodec[BigDecimal, Binary, BinaryColumn]

    Permalink
  12. implicit val doubleCodec: FilterCodec[Double, Double, DoubleColumn]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. implicit val floatCodec: FilterCodec[Float, Float, FloatColumn]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. implicit val intCodec: FilterCodec[Int, Integer, IntColumn]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. implicit val localDateCodec: FilterCodec[LocalDate, Integer, IntColumn]

    Permalink
  22. implicit val longCodec: FilterCodec[Long, Long, LongColumn]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. implicit val shortCodec: FilterCodec[Short, Integer, IntColumn]

    Permalink
  27. implicit val sqlDateCodec: FilterCodec[Date, Integer, IntColumn]

    Permalink
  28. implicit val stringCodec: FilterCodec[String, Binary, BinaryColumn]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped