Uses of Interface
org.openrefine.model.changes.RowChangeDataJoiner
-
Packages that use RowChangeDataJoiner Package Description org.openrefine.model org.openrefine.model.changes org.openrefine.operations.cell org.openrefine.operations.column org.openrefine.operations.recon org.openrefine.runners.local Supplies aRunner
which is designed for execution on a single machine, with parallelism.org.openrefine.runners.local.logging org.openrefine.runners.testing org.openrefine.wikibase.operations -
-
Uses of RowChangeDataJoiner in org.openrefine.model
Methods in org.openrefine.model with parameters of type RowChangeDataJoiner Modifier and Type Method Description <T> Grid
Grid. join(ChangeData<T> changeData, RowChangeDataJoiner<T> rowJoiner, ColumnModel newColumnModel)
Joins pre-computed change data with the current grid data, row by row. -
Uses of RowChangeDataJoiner in org.openrefine.model.changes
Classes in org.openrefine.model.changes that implement RowChangeDataJoiner Modifier and Type Class Description class
RowInRecordChangeDataJoiner
ARecordChangeDataJoiner
which applies the same joining function to all rows. -
Uses of RowChangeDataJoiner in org.openrefine.operations.cell
Classes in org.openrefine.operations.cell that implement RowChangeDataJoiner Modifier and Type Class Description static class
TextTransformOperation.Joiner
-
Uses of RowChangeDataJoiner in org.openrefine.operations.column
Classes in org.openrefine.operations.column that implement RowChangeDataJoiner Modifier and Type Class Description static class
ColumnAdditionOperation.Joiner
-
Uses of RowChangeDataJoiner in org.openrefine.operations.recon
Classes in org.openrefine.operations.recon that implement RowChangeDataJoiner Modifier and Type Class Description protected static class
ReconOperation.Joiner
-
Uses of RowChangeDataJoiner in org.openrefine.runners.local
Methods in org.openrefine.runners.local with parameters of type RowChangeDataJoiner Modifier and Type Method Description <T> Grid
LocalGrid. join(ChangeData<T> changeData, RowChangeDataJoiner<T> rowJoiner, ColumnModel newColumnModel)
-
Uses of RowChangeDataJoiner in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging with parameters of type RowChangeDataJoiner Modifier and Type Method Description <T> Grid
LoggedGrid. join(ChangeData<T> changeData, RowChangeDataJoiner<T> rowJoiner, ColumnModel newColumnModel)
-
Uses of RowChangeDataJoiner in org.openrefine.runners.testing
Fields in org.openrefine.runners.testing declared as RowChangeDataJoiner Modifier and Type Field Description static RowChangeDataJoiner<String>
RunnerTestBase. joiner
Methods in org.openrefine.runners.testing with parameters of type RowChangeDataJoiner Modifier and Type Method Description <T> Grid
TestingGrid. join(ChangeData<T> changeData, RowChangeDataJoiner<T> rowJoiner, ColumnModel newColumnModel)
-
Uses of RowChangeDataJoiner in org.openrefine.wikibase.operations
Classes in org.openrefine.wikibase.operations that implement RowChangeDataJoiner Modifier and Type Class Description protected static class
PerformWikibaseEditsOperation.NewReconRowJoiner
-