Package

com.rouesnel.typedsql

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. case class HasStructType[T](structType: StructType) extends Product with Serializable

    Permalink

    Type class that captures the Hive struct type associated with the type T

  2. class PartitionMapping[C <: Context] extends AnyRef

    Permalink
  3. case class Partitions[T](fields: List[(String, HiveType)]) extends Product with Serializable

    Permalink
  4. class ScalaHiveTypeMapping[C <: Context] extends AnyRef

    Permalink
  5. class ThriftHiveTypeMacro[C <: Context] extends AnyRef

    Permalink

Value Members

  1. object GenerateHiveStruct

    Permalink

    From a Scala Type - produces a Hive StructType

  2. object GenerateHiveType

    Permalink

    From a generic Scala Type - produces a Hive Types

  3. object HasStructType extends Serializable

    Permalink

    This companion object will automatically materialise the HasStructType type class

  4. object Partitions extends Serializable

    Permalink

Ungrouped