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 aRunnerwhich 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> GridGrid. 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 classRowInRecordChangeDataJoinerARecordChangeDataJoinerwhich 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 classTextTransformOperation.Joiner -
Uses of RowChangeDataJoiner in org.openrefine.operations.column
Classes in org.openrefine.operations.column that implement RowChangeDataJoiner Modifier and Type Class Description static classColumnAdditionOperation.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 classReconOperation.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> GridLocalGrid. 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> GridLoggedGrid. 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. joinerMethods in org.openrefine.runners.testing with parameters of type RowChangeDataJoiner Modifier and Type Method Description <T> GridTestingGrid. 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 classPerformWikibaseEditsOperation.NewReconRowJoiner
-