public abstract class ColumnIO extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getDefinitionLevel()
Returns the maximum definition level for this column
|
String[] |
getFieldPath() |
String |
getFieldPath(int level) |
int |
getIndex() |
int[] |
getIndexFieldPath() |
int |
getIndexFieldPath(int level) |
String |
getName() |
GroupColumnIO |
getParent() |
int |
getRepetitionLevel()
Returns the maximum repetition level for this column
|
Type |
getType() |
String |
toString() |
public String[] getFieldPath()
public String getFieldPath(int level)
public int[] getIndexFieldPath()
public int getIndexFieldPath(int level)
public int getIndex()
public String getName()
public int getRepetitionLevel()
public int getDefinitionLevel()
public Type getType()
public GroupColumnIO getParent()
Copyright © 2023 The Apache Software Foundation. All rights reserved.