Class Summary | |
case class
|
IncompatibleSchema
(val expectedSchema : List[DataType], val foundSchema : List[DataType]) extends java.lang.Exception with Product
A type category for all SQL types that store constant-precision numbers.
|
case class
|
UnsupportedFeature
(val msg : java.lang.String) extends java.lang.Exception with Product
A type category for all SQL types that store constant-precision numbers.
|
Object Summary | |
object
|
IncompatibleSchema
extends (List[DataType], List[DataType]) => IncompatibleSchema
|
object
|
UnsupportedFeature
extends (java.lang.String) => UnsupportedFeature
|