DataType

sealed trait DataType
Companion:
object
class Object
trait Matchable
class Any
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

Value members

Abstract methods

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

Concrete methods

override def toString: String
Definition Classes
Any