UnresolvedDataType

case object UnresolvedDataType extends DataType
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class DataType
trait Serializable
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def accepts(other: DataType): Boolean

Returns true if other is an acceptable input type for a function that expects this.

Returns true if other is an acceptable input type for a function that expects this.

Inherited from:
DataTypeLike
Inherited from:
DataType
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def isDate: Boolean
Inherited from:
DataTypeLike
def isDateTime: Boolean
Inherited from:
DataTypeLike
def isDouble: Boolean
Inherited from:
DataTypeLike
def isFloat: Boolean
Inherited from:
DataTypeLike
def isNumeric: Boolean
Inherited from:
DataTypeLike
def isReal: Boolean
Inherited from:
DataTypeLike
def isString: Boolean
Inherited from:
DataTypeLike
def isTime: Boolean
Inherited from:
DataTypeLike
def isTimestamp: Boolean
Inherited from:
DataTypeLike
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toVal(s: String): Any
Inherited from:
DataType