public class ColumnAnalysis extends Object
Constructor and Description |
---|
ColumnAnalysis(String type,
boolean hasMultipleValues,
long size,
Integer cardinality,
Comparable minValue,
Comparable maxValue,
String errorMessage) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ColumnAnalysis |
error(String reason) |
ColumnAnalysis |
fold(ColumnAnalysis rhs) |
Integer |
getCardinality() |
String |
getErrorMessage() |
Comparable |
getMaxValue() |
Comparable |
getMinValue() |
long |
getSize() |
String |
getType() |
int |
hashCode() |
boolean |
isError() |
boolean |
isHasMultipleValues() |
String |
toString() |
public ColumnAnalysis(String type, boolean hasMultipleValues, long size, Integer cardinality, Comparable minValue, Comparable maxValue, String errorMessage)
public static ColumnAnalysis error(String reason)
public String getType()
public boolean isHasMultipleValues()
public long getSize()
public Integer getCardinality()
public Comparable getMinValue()
public Comparable getMaxValue()
public String getErrorMessage()
public boolean isError()
public ColumnAnalysis fold(ColumnAnalysis rhs)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.