PrimitiveType

wvlet.airframe.codec.DataType$.PrimitiveType
sealed abstract class PrimitiveType(val signature: String) extends DataType

Attributes

Graph
Supertypes
trait DataType
class Object
trait Matchable
class Any
Known subtypes
object BINARY.type
object BOOLEAN.type
object FLOAT.type
object INTEGER.type
object JSON.type
object NIL.type
object STRING.type
object TIMESTAMP.type

Members list

Concise view

Value members

Concrete methods

override def typeArgs: Seq[DataType]

Attributes

Definition Classes
def typeName: String

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
DataType -> Any
Inherited from:
DataType

Concrete fields

val signature: String