Package com.google.refine.importers.tree
Class ImportColumn
java.lang.Object
com.google.refine.importers.tree.ImportColumn
A column is used to describe a branch-terminating element in a tree structure
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean??? - this field is never written tointIndex of this column.intIndex of next row to allocate.intNumber of cells which have values in this column/column group. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cellIndex
public int cellIndexIndex of this column. -
nextRowIndex
public int nextRowIndexIndex of next row to allocate. -
blankOnFirstRow
public boolean blankOnFirstRow??? - this field is never written to -
name
-
nonBlankCount
public int nonBlankCountNumber of cells which have values in this column/column group.
-
-
Constructor Details
-
ImportColumn
public ImportColumn() -
ImportColumn
-
-
Method Details