-
- All Implemented Interfaces:
public final class ColumnSchema.Value extends ColumnSchema
-
-
Constructor Summary
Constructors Constructor Description ColumnSchema.Value(KType type)
-
Method Summary
Modifier and Type Method Description ColumnKind
getKind()
Boolean
getNullable()
KType
getType()
final CompareResult
compare(ColumnSchema.Value other)
-
-
Constructor Detail
-
ColumnSchema.Value
ColumnSchema.Value(KType type)
-
-
Method Detail
-
getKind
ColumnKind getKind()
-
getNullable
Boolean getNullable()
-
compare
final CompareResult compare(ColumnSchema.Value other)
-
-
-
-