Package

com.rouesnel.typedsql

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. final case class ArrayType(valueType: HiveType) extends HiveType with Product with Serializable

    Permalink
  2. final case class DecimalType(precision: Int = 10, scale: Int = 0) extends PrimitiveType with Product with Serializable

    Permalink
  3. sealed abstract class HiveType extends AnyRef

    Permalink

    ADT of (nearly) all the possible types that Hive supports

  4. final case class MapType(key: HiveType, value: HiveType) extends HiveType with Product with Serializable

    Permalink
  5. sealed abstract class PrimitiveType extends HiveType

    Permalink
  6. final case class StructType(fieldList: List[(String, HiveType)]) extends HiveType with Product with Serializable

    Permalink

Value Members

  1. object BooleanType extends PrimitiveType with Product with Serializable

    Permalink
  2. object DateType extends PrimitiveType with Product with Serializable

    Permalink
  3. object DoubleType extends PrimitiveType with Product with Serializable

    Permalink
  4. object FloatType extends PrimitiveType with Product with Serializable

    Permalink
  5. object HiveType

    Permalink
  6. object IntType extends PrimitiveType with Product with Serializable

    Permalink
  7. object LongType extends PrimitiveType with Product with Serializable

    Permalink
  8. object ShortType extends PrimitiveType with Product with Serializable

    Permalink
  9. object StringType extends PrimitiveType with Product with Serializable

    Permalink
  10. object StructType extends Serializable

    Permalink
  11. object TinyIntType extends PrimitiveType with Product with Serializable

    Permalink

Ungrouped