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
object BOOLEAN
object FLOAT
object INTEGER
object JSON
object NIL
object STRING
object TIMESTAMP
Show all

Members list

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