StructuredType

wvlet.airframe.codec.DataType$.StructuredType
sealed trait StructuredType extends DataType

Attributes

Graph
Supertypes
trait DataType
class Object
trait Matchable
class Any
Known subtypes
class ARRAY
class MAP
class UNION

Members list

Value members

Inherited methods

def signature: String

Attributes

Inherited from:
DataType
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
def typeArgs: Seq[DataType]

Attributes

Inherited from:
DataType
def typeName: String

Attributes

Inherited from:
DataType