Class ImportColumn

java.lang.Object
com.google.refine.importers.tree.ImportColumn

public class ImportColumn extends Object
A column is used to describe a branch-terminating element in a tree structure
  • Field Details

    • cellIndex

      public int cellIndex
      Index of this column.
    • nextRowIndex

      public int nextRowIndex
      Index of next row to allocate.
    • blankOnFirstRow

      public boolean blankOnFirstRow
      ??? - this field is never written to
    • name

      public String name
    • nonBlankCount

      public int nonBlankCount
      Number of cells which have values in this column/column group.
  • Constructor Details

    • ImportColumn

      public ImportColumn()
    • ImportColumn

      public ImportColumn(String name)
  • Method Details