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.type
trait NamedType
object BINARY.type
object BOOLEAN.type
object FLOAT.type
object INTEGER.type
object JSON.type
object NIL.type
object STRING.type
object TIMESTAMP.type
class ARRAY
class MAP
class UNION

Members list

Concise view

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