HasDataType

trait Serializable
class Object
trait Matchable
class Any

Value members

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

Returns the data type of field.

Returns the data type of field.

Inherited from:
DataTypeLike
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