Interface ColumnAnalysis
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BytesAnalysis,CategoricalAnalysis,DoubleAnalysis,IntegerAnalysis,LongAnalysis,NDArrayAnalysis,NumericalColumnAnalysis,StringAnalysis,TimeAnalysis
public interface ColumnAnalysis extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColumnTypegetColumnType()longgetCountTotal()
-
-
-
Method Detail
-
getCountTotal
long getCountTotal()
-
getColumnType
ColumnType getColumnType()
-
-