DataType

wvlet.airframe.codec.DataType
See theDataType companion object
sealed trait DataType

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ANY
trait NamedType
object BINARY
object BOOLEAN
object FLOAT
object INTEGER
object JSON
object NIL
object STRING
object TIMESTAMP
class RecordType
class ARRAY
class MAP
class UNION
Show all

Members list

Value members

Abstract methods

def signature: String
def typeArgs: Seq[DataType]
def typeName: String

Concrete 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
Any