DataType

object DataType extends LogSupport
Companion:
class
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

case object AnyType extends DataType
case class ArrayType(elemType: DataType) extends DataType
case object BinaryType extends DataType
case object BooleanType extends DataType
case class DecimalType(precision: Int, scale: Int) extends DataType
case object DoubleType extends DataType
case object JsonType extends DataType
case object LongType extends DataType
case class MapType(keyType: DataType, valueType: DataType) extends DataType
case object NullType extends DataType
case class RecordType(elems: Seq[NamedType]) extends DataType
case object StringType extends DataType
case object TimestampType extends DataType
case object UnknownType extends DataType

Value members

Concrete methods

def parse(typeName: String): Option[DataType]
def primitiveTypeOf(dataType: String): DataType

Inherited methods

inline protected def debug(inline message: Any, inline cause: Throwable): Unit
Inherited from:
LoggingMethods
inline protected def debug(inline message: Any): Unit
Inherited from:
LoggingMethods
inline protected def error(inline message: Any, inline cause: Throwable): Unit
Inherited from:
LoggingMethods
inline protected def error(inline message: Any): Unit
Inherited from:
LoggingMethods
inline protected def info(inline message: Any, inline cause: Throwable): Unit
Inherited from:
LoggingMethods
inline protected def info(inline message: Any): Unit
Inherited from:
LoggingMethods
inline protected def logAt(inline logLevel: LogLevel, inline message: Any): Unit
Inherited from:
LoggingMethods
inline protected def trace(inline message: Any, inline cause: Throwable): Unit
Inherited from:
LoggingMethods
inline protected def trace(inline message: Any): Unit
Inherited from:
LoggingMethods
inline protected def warn(inline message: Any, inline cause: Throwable): Unit
Inherited from:
LoggingMethods
inline protected def warn(inline message: Any): Unit
Inherited from:
LoggingMethods