NumericType

wvlet.airframe.sql.catalog.DataType$.NumericType
abstract class NumericType(val typeName: String) extends PrimitiveType

Attributes

Graph
Supertypes
class DataType
class Object
trait Matchable
class Any
Known subtypes
object ByteType.type
object DoubleType.type
object FloatType.type
object RealType.type
object IntegerType.type
object LongType.type
object ShortType.type

Members list

Concise view

Value members

Inherited methods

def baseTypeName: String

Attributes

Inherited from:
DataType
def bind(typeArgMap: Map[String, DataType]): DataType

Attributes

Inherited from:
DataType
def isBound: Boolean

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 typeDescription: String

Attributes

Inherited from:
DataType

Concrete fields

override val typeName: String

Inherited fields

Attributes

Inherited from:
DataType