object ColumnType
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ColumnType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AggregateFunctionColumn(function: String, columnType: ColumnType, nextTypes: ColumnType*) extends SimpleColumnType with Product with Serializable
- case class Array(columnType: ColumnType) extends ColumnType with Product with Serializable
- case class FixedString(length: Int) extends SimpleColumnType with Product with Serializable
- case class LowCardinality(columnType: ColumnType) extends ColumnType with Product with Serializable
- case class Nested(columns: NativeColumn[_]*) extends ColumnType with Product with Serializable
- case class Nullable(columnType: ColumnType) extends ColumnType with Product with Serializable
- abstract class SimpleColumnType extends ColumnType
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Boolean: ColumnType
- val Double: ColumnType
- val Float: ColumnType
- val Int: ColumnType
- val Long: ColumnType
- val Short: ColumnType
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Date extends SimpleColumnType with Product with Serializable
- object DateTime extends SimpleColumnType with Product with Serializable
- object Float32 extends SimpleColumnType with Product with Serializable
- object Float64 extends SimpleColumnType with Product with Serializable
- object Int16 extends SimpleColumnType with Product with Serializable
- object Int32 extends SimpleColumnType with Product with Serializable
- object Int64 extends SimpleColumnType with Product with Serializable
- object Int8 extends SimpleColumnType with Product with Serializable
- object String extends SimpleColumnType with Product with Serializable
- object UInt16 extends SimpleColumnType with Product with Serializable
- object UInt32 extends SimpleColumnType with Product with Serializable
- object UInt64 extends SimpleColumnType with Product with Serializable
- object UInt8 extends SimpleColumnType with Product with Serializable
- object UUID extends SimpleColumnType with Product with Serializable
Deprecated Value Members
-
val
Uuid: ColumnType
- Annotations
- @deprecated
- Deprecated
(Since version 1-10-2018) Use the native UUID type instead of String
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.