-
- All Implemented Interfaces:
public final class DataColumnKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static Stringnameprivate final static ColumnPathpathprivate final static Iterable<T>valuesprivate final static BooleanhasNullsprivate final static Integersizeprivate final static IntRangeindicesprivate final static KTypetypeprivate final static ColumnKindkindprivate final static KClass<?>typeClass
-
Method Summary
Modifier and Type Method Description final StringgetName()final ColumnPathgetPath()final Iterable<T>getValues()final BooleangetHasNulls()final IntegergetSize()final IntRangegetIndices()final KTypegetType()final ColumnKindgetKind()final KClass<?>getTypeClass()final static IntRangeindices(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)
-
-
-
-