-
- All Implemented Interfaces:
public final class DataColumnKt
-
-
Method Summary
Modifier and Type Method Description final KType
getType()
final ColumnKind
getKind()
final Boolean
getHasNulls()
final KClass<?>
getTypeClass()
final IntRange
getIndices()
final static IntRange
indices(DataColumn<?> $self)
-
-
Method Detail
-
getKind
final ColumnKind getKind()
-
getHasNulls
final Boolean getHasNulls()
-
getTypeClass
final KClass<?> getTypeClass()
-
getIndices
final IntRange getIndices()
-
indices
final static IntRange indices(DataColumn<?> $self)
-
-
-
-