in src/main/java/org/apache/parquet/format/Util.java [66:68]
public static ColumnIndex readColumnIndex(InputStream from) throws IOException { return read(from, new ColumnIndex()); }