Package org.apache.parquet.io
Class GroupColumnIO
- java.lang.Object
-
- org.apache.parquet.io.ColumnIO
-
- org.apache.parquet.io.GroupColumnIO
-
- Direct Known Subclasses:
MessageColumnIO
public class GroupColumnIO extends ColumnIO
Group level of the IO structure
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnIOgetChild(int fieldIndex)ColumnIOgetChild(String name)intgetChildrenCount()-
Methods inherited from class org.apache.parquet.io.ColumnIO
getDefinitionLevel, getFieldPath, getFieldPath, getIndex, getIndexFieldPath, getIndexFieldPath, getName, getParent, getRepetitionLevel, getType, toString
-
-