Package com.google.refine.model.changes
Class ColumnSplitChange
java.lang.Object
com.google.refine.model.changes.ColumnSplitChange
- All Implemented Interfaces:
Change
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Columnprotected intprotected final Stringprotected intprotected List<ColumnGroup>protected final booleanprotected final List<List<Serializable>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionColumnSplitChange(String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn) protectedColumnSplitChange(String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn, Column column, int columnIndex, int firstNewCellIndex, List<Row> oldRows, List<Row> newRows) -
Method Summary
-
Field Details
-
_columnName
-
_columnNames
-
_rowIndices
-
_tuples
-
_removeOriginalColumn
protected final boolean _removeOriginalColumn -
_column
-
_columnIndex
protected int _columnIndex -
_firstNewCellIndex
protected int _firstNewCellIndex -
_oldRows
-
_newRows
-
_oldColumnGroups
-
-
Constructor Details
-
ColumnSplitChange
-
ColumnSplitChange
-
-
Method Details