Package org.apache.parquet.io
Class PrimitiveColumnIO
- java.lang.Object
-
- org.apache.parquet.io.ColumnIO
-
- org.apache.parquet.io.PrimitiveColumnIO
-
public class PrimitiveColumnIO extends ColumnIO
Primitive level of the IO structure
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnDescriptorgetColumnDescriptor()intgetId()ColumnIO[]getPath()PrimitiveType.PrimitiveTypeNamegetPrimitive()booleanisFirst(int r)booleanisLast(int r)-
Methods inherited from class org.apache.parquet.io.ColumnIO
getDefinitionLevel, getFieldPath, getFieldPath, getIndex, getIndexFieldPath, getIndexFieldPath, getName, getParent, getRepetitionLevel, getType, toString
-
-
-
-
Method Detail
-
getColumnDescriptor
public ColumnDescriptor getColumnDescriptor()
-
getPath
public ColumnIO[] getPath()
-
isLast
public boolean isLast(int r)
-
isFirst
public boolean isFirst(int r)
-
getPrimitive
public PrimitiveType.PrimitiveTypeName getPrimitive()
-
getId
public int getId()
-
-