Trait

com.github.mjakubowski84.parquet4s

AllValueDecoders

Related Doc: package parquet4s

Permalink

trait AllValueDecoders extends PrimitiveValueDecoders with TimeValueDecoders with CollectionValueDecoders

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AllValueDecoders
  2. CollectionValueDecoders
  3. TimeValueDecoders
  4. PrimitiveValueDecoders
  5. AnyRef
  6. 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit val booleanDecoder: ValueDecoder[Boolean]

    Permalink
    Definition Classes
    PrimitiveValueDecoders
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit def collectionDecoder[T, Col[_]](implicit t: ValueDecoder[T], cbf: CanBuildFrom[List[T], T, Col[T]]): ValueDecoder[Col[T]]

    Permalink
    Definition Classes
    CollectionValueDecoders
  8. implicit val dateDecoder: ValueDecoder[Date]

    Permalink

    Uses decoding that is implemented in Apache Spark.

    Uses decoding that is implemented in Apache Spark.

    Definition Classes
    TimeValueDecoders
  9. implicit val doubleDecoder: ValueDecoder[Double]

    Permalink
    Definition Classes
    PrimitiveValueDecoders
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. implicit val floatDecoder: ValueDecoder[Float]

    Permalink
    Definition Classes
    PrimitiveValueDecoders
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. implicit val intDecoder: ValueDecoder[Int]

    Permalink
    Definition Classes
    PrimitiveValueDecoders
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. implicit val longDecoder: ValueDecoder[Long]

    Permalink
    Definition Classes
    PrimitiveValueDecoders
  19. implicit def mapDecoder[K, V](implicit kt: ValueDecoder[K], vt: ValueDecoder[V]): ValueDecoder[Map[K, V]]

    Permalink
    Definition Classes
    CollectionValueDecoders
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. implicit val stringDecoder: ValueDecoder[String]

    Permalink
    Definition Classes
    PrimitiveValueDecoders
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. implicit val timestampDecoder: ValueDecoder[Timestamp]

    Permalink

    Uses decoding that is implemented in Apache Spark.

    Uses decoding that is implemented in Apache Spark.

    Definition Classes
    TimeValueDecoders
  26. def toString(): String

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

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

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

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

Inherited from CollectionValueDecoders

Inherited from TimeValueDecoders

Inherited from PrimitiveValueDecoders

Inherited from AnyRef

Inherited from Any

Ungrouped