Uses of Class
org.apache.parquet.column.schema.EdgeInterpolationAlgorithm
-
Packages that use EdgeInterpolationAlgorithm Package Description org.apache.parquet.column.schema org.apache.parquet.schema -
-
Uses of EdgeInterpolationAlgorithm in org.apache.parquet.column.schema
Methods in org.apache.parquet.column.schema that return EdgeInterpolationAlgorithm Modifier and Type Method Description static EdgeInterpolationAlgorithmEdgeInterpolationAlgorithm. findByValue(int value)Find the enum type by its integer value, as defined in the Thrift IDL.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. -
Uses of EdgeInterpolationAlgorithm in org.apache.parquet.schema
Fields in org.apache.parquet.schema declared as EdgeInterpolationAlgorithm Modifier and Type Field Description static EdgeInterpolationAlgorithmLogicalTypeAnnotation. DEFAULT_ALGOMethods in org.apache.parquet.schema that return EdgeInterpolationAlgorithm Modifier and Type Method Description EdgeInterpolationAlgorithmLogicalTypeAnnotation.GeographyLogicalTypeAnnotation. getAlgorithm()Methods in org.apache.parquet.schema with parameters of type EdgeInterpolationAlgorithm Modifier and Type Method Description static LogicalTypeAnnotation.GeographyLogicalTypeAnnotationLogicalTypeAnnotation. geographyType(String crs, EdgeInterpolationAlgorithm edgeAlgorithm)
-