Uses of Class
org.apache.parquet.hadoop.ColumnIndexValidator.Contract
-
Packages that use ColumnIndexValidator.Contract Package Description org.apache.parquet.hadoop Provides classes to store use Parquet files in Hadoop In a map reduce job: -
-
Uses of ColumnIndexValidator.Contract in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop that return ColumnIndexValidator.Contract Modifier and Type Method Description static ColumnIndexValidator.ContractColumnIndexValidator.Contract. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnIndexValidator.Contract[]ColumnIndexValidator.Contract. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.parquet.hadoop with parameters of type ColumnIndexValidator.Contract Constructor Description ContractViolation(ColumnIndexValidator.Contract violatedContract, String referenceValue, String offendingValue, int rowGroupNumber, int columnNumber, org.apache.parquet.hadoop.metadata.ColumnPath columnPath, int pageNumber)
-