Uses of Class
org.apache.parquet.cli.util.Formats.Format
-
Packages that use Formats.Format Package Description org.apache.parquet.cli.util -
-
Uses of Formats.Format in org.apache.parquet.cli.util
Methods in org.apache.parquet.cli.util that return Formats.Format Modifier and Type Method Description static Formats.FormatFormats. detectFormat(InputStream stream)static Formats.FormatFormats.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static Formats.Format[]Formats.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.
-