Package org.apache.parquet
-
Class Summary Class Description Closeables Deprecated. will be removed in 2.0.0.Exceptions Files Deprecated. Ints Deprecated. IOExceptionUtils Deprecated. Log Simple wrapper around java.util.logging Adds compile time log level.Preconditions Utility for parameter validationSemanticVersion Very basic semver parser, only pays attention to major, minor, and patch numbers.Strings Version This class is auto-generated by org.apache.parquet.version.VersionGenerator Do not manually edit!VersionParser Parses a parquet Version string Tolerates missing semver and buildhash (semver and build hash may be null)VersionParser.ParsedVersion -
Exception Summary Exception Description OutputStreamCloseException Runtime exception indicating that a stream failed to be closed properly.ParquetRuntimeException The parent class for all runtime exceptionsSemanticVersion.SemanticVersionParseException ShouldNeverHappenException Used in code blocks that should be unreachable, but the compiler does not know this, for example the default clause of an exhaustive switch statement.VersionParser.VersionParseException