-
- All Implemented Interfaces:
public final class DataColumnKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static String
name
private final static ColumnPath
path
private final static Iterable<T>
values
private final static Boolean
hasNulls
private final static Integer
size
private final static IntRange
indices
private final static KType
type
private final static ColumnKind
kind
private final static KClass<?>
typeClass
-
Method Summary
Modifier and Type Method Description final String
getName()
final ColumnPath
getPath()
final Iterable<T>
getValues()
final Boolean
getHasNulls()
final Integer
getSize()
final IntRange
getIndices()
final KType
getType()
final ColumnKind
getKind()
final KClass<?>
getTypeClass()
final static IntRange
indices(DataColumn<?> $self)
-
-
Method Detail
-
getPath
final ColumnPath getPath()
-
getHasNulls
final Boolean getHasNulls()
-
getIndices
final IntRange getIndices()
-
getKind
final ColumnKind getKind()
-
getTypeClass
final KClass<?> getTypeClass()
-
indices
final static IntRange indices(DataColumn<?> $self)
-
-
-
-