object DataType extends LogSupport
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataType
- LogSupport
- LazyLogger
- LoggingMethods
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class ArrayType(elemType: DataType) extends DataType with Product with Serializable
- case class CharType(length: Option[DataType]) extends DataType with Product with Serializable
- case class DecimalType(precision: TypeParameter, scale: TypeParameter) extends DataType with Product with Serializable
- case class EmbeddedRecordType(elems: Seq[DataType]) extends DataType with Product with Serializable
For describing the type of 'select *'
- abstract class FractionType extends NumericType
- case class GenericType(typeName: String, typeParams: Seq[DataType] = Seq.empty) extends DataType with Product with Serializable
- case class IntConstant(value: Int) extends TypeParameter with Product with Serializable
Constant type used for arguments of varchar(n), char(n), decimal(p, q), etc.
- case class IntervalDayTimeType(from: String, to: String) extends DataType with Product with Serializable
- case class MapType(keyType: DataType, valueType: DataType) extends DataType with Product with Serializable
- case class NamedType(name: String, dataType: DataType) extends DataType with Product with Serializable
- abstract class NumericType extends PrimitiveType
- abstract class PrimitiveType extends DataType
- case class RecordType(elems: Seq[DataType]) extends DataType with Product with Serializable
- sealed trait TimestampField extends AnyRef
- case class TimestampType(field: TimestampField, withTimeZone: Boolean, precision: Option[DataType] = None) extends DataType with Product with Serializable
- sealed abstract class TypeParameter extends DataType
DataType parameter for representing concrete types like timestamp(2), and abstract types like timestamp(p).
- case class TypeVariable(name: String) extends TypeParameter with Product with Serializable
- case class VarcharType(length: Option[DataType]) extends DataType with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- macro def debug(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def debug(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- macro def error(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def error(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getPrimitiveType(s: String): DataType
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- macro def info(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def info(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isKnownGenericTypeName(s: String): Boolean
- def isPrimitiveTypeName(s: String): Boolean
- macro def logAt(logLevel: LogLevel, message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- lazy val logger: Logger
- Attributes
- protected[this]
- Definition Classes
- LazyLogger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def parse(typeName: String): DataType
- def parseArgs(typeArgs: String): List[DataType]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- macro def trace(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def trace(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- macro def warn(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def warn(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- case object AnyType extends PrimitiveType with Product with Serializable
- case object BinaryType extends PrimitiveType with Product with Serializable
- case object BooleanType extends PrimitiveType with Product with Serializable
- case object ByteType extends NumericType with Product with Serializable
- case object DateType extends PrimitiveType with Product with Serializable
- object DecimalType extends Serializable
- case object DoubleType extends FractionType with Product with Serializable
- case object FloatType extends FractionType with Product with Serializable
- case object IntegerType extends NumericType with Product with Serializable
- case object JsonType extends PrimitiveType with Product with Serializable
- case object LongType extends NumericType with Product with Serializable
- case object NullType extends PrimitiveType with Product with Serializable
- case object RealType extends FractionType with Product with Serializable
- case object ShortType extends NumericType with Product with Serializable
- case object StringType extends PrimitiveType with Product with Serializable
- object TimestampField
- case object UnknownType extends PrimitiveType with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated