- canonicalize(T) - Method in class parquet.common.internal.Canonicalizer
-
- Canonicalizer<T> - Class in parquet.common.internal
-
returns canonical representation of objects (similar to String.intern()) to save memory
if a.equals(b) then canonicalize(a) == canonicalize(b)
this class is thread safe
- Canonicalizer() - Constructor for class parquet.common.internal.Canonicalizer
-
- checkArgument(boolean, String) - Static method in class parquet.Preconditions
-
- checkedCast(long) - Static method in class parquet.Ints
-
Cast value to a an int, or throw an exception
if there is an overflow.
- checkNotNull(T, String) - Static method in class parquet.Preconditions
-
- checkState(boolean, String) - Static method in class parquet.Preconditions
-
- close(Closeable) - Static method in class parquet.Closeables
-
Closes a (potentially null) closeable.
- Closeables - Class in parquet
-
- closeAndSwallowIOExceptions(Closeable) - Static method in class parquet.Closeables
-
Closes a (potentially null) closeable, swallowing any IOExceptions thrown by
c.close().
- ColumnPath - Class in parquet.common.schema
-