-
- All Implemented Interfaces:
public interface ColumnDescription
-
-
Method Summary
Modifier and Type Method Description abstract String
getName()
abstract ColumnPath
getPath()
abstract KType
getType()
abstract Integer
getCount()
abstract Integer
getUnique()
abstract Integer
getNulls()
abstract Object
getTop()
abstract Integer
getFreq()
abstract Double
getMean()
abstract Double
getStd()
abstract Object
getMin()
abstract Object
getMedian()
abstract Object
getMax()
-
-
Method Detail
-
getPath
abstract ColumnPath getPath()
-
-
-
-