Uses of Interface
org.openrefine.model.changes.RecordChangeDataJoiner
-
Packages that use RecordChangeDataJoiner 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 -
-
Uses of RecordChangeDataJoiner in org.openrefine.model
Methods in org.openrefine.model with parameters of type RecordChangeDataJoiner Modifier and Type Method Description <T> Grid
Grid. join(ChangeData<T> changeData, RecordChangeDataJoiner<T> recordJoiner, ColumnModel newColumnModel)
Joins pre-computed change data with the current grid data, record by record. -
Uses of RecordChangeDataJoiner in org.openrefine.model.changes
Classes in org.openrefine.model.changes that implement RecordChangeDataJoiner Modifier and Type Class Description class
RowInRecordChangeDataJoiner
ARecordChangeDataJoiner
which applies the same joining function to all rows. -
Uses of RecordChangeDataJoiner in org.openrefine.operations.cell
Classes in org.openrefine.operations.cell that implement RecordChangeDataJoiner Modifier and Type Class Description static class
TextTransformOperation.Joiner
-
Uses of RecordChangeDataJoiner in org.openrefine.operations.column
Classes in org.openrefine.operations.column that implement RecordChangeDataJoiner Modifier and Type Class Description static class
ColumnAdditionOperation.Joiner
-
Uses of RecordChangeDataJoiner in org.openrefine.operations.recon
Classes in org.openrefine.operations.recon that implement RecordChangeDataJoiner Modifier and Type Class Description protected static class
ExtendDataOperation.DataExtensionJoiner
protected static class
ReconOperation.Joiner
-
Uses of RecordChangeDataJoiner in org.openrefine.runners.local
Methods in org.openrefine.runners.local with parameters of type RecordChangeDataJoiner Modifier and Type Method Description <T> Grid
LocalGrid. join(ChangeData<T> changeData, RecordChangeDataJoiner<T> recordJoiner, ColumnModel newColumnModel)
-
Uses of RecordChangeDataJoiner in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging with parameters of type RecordChangeDataJoiner Modifier and Type Method Description <T> Grid
LoggedGrid. join(ChangeData<T> changeData, RecordChangeDataJoiner<T> recordJoiner, ColumnModel newColumnModel)
-
Uses of RecordChangeDataJoiner in org.openrefine.runners.testing
Fields in org.openrefine.runners.testing declared as RecordChangeDataJoiner Modifier and Type Field Description static RecordChangeDataJoiner<String>
RunnerTestBase. recordJoiner
Methods in org.openrefine.runners.testing with parameters of type RecordChangeDataJoiner Modifier and Type Method Description <T> Grid
TestingGrid. join(ChangeData<T> changeData, RecordChangeDataJoiner<T> recordJoiner, ColumnModel newColumnModel)
-