Uses of Class
org.apache.parquet.format.EdgeInterpolationAlgorithm
-
Packages that use EdgeInterpolationAlgorithm Package Description org.apache.parquet.format -
-
Uses of EdgeInterpolationAlgorithm in org.apache.parquet.format
Fields in org.apache.parquet.format declared as EdgeInterpolationAlgorithm Modifier and Type Field Description EdgeInterpolationAlgorithmGeographyType. algorithmMethods in org.apache.parquet.format that return EdgeInterpolationAlgorithm Modifier and Type Method Description static EdgeInterpolationAlgorithmEdgeInterpolationAlgorithm. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.EdgeInterpolationAlgorithmGeographyType. getAlgorithm()static EdgeInterpolationAlgorithmEdgeInterpolationAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static EdgeInterpolationAlgorithm[]EdgeInterpolationAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.parquet.format with parameters of type EdgeInterpolationAlgorithm Modifier and Type Method Description GeographyTypeGeographyType. setAlgorithm(EdgeInterpolationAlgorithm algorithm)
-