-
- All Implemented Interfaces:
public interface ColumnDescription
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()abstract ColumnPathgetPath()abstract KTypegetType()abstract IntegergetCount()abstract IntegergetUnique()abstract IntegergetNulls()abstract ObjectgetTop()abstract IntegergetFreq()abstract DoublegetMean()abstract DoublegetStd()abstract ObjectgetMin()abstract ObjectgetMedian()abstract ObjectgetMax()-
-
Method Detail
-
getPath
abstract ColumnPath getPath()
-
-
-
-