Uses of Interface
org.openrefine.model.Grid
-
-
Uses of Grid in org.openrefine
Methods in org.openrefine that return Grid Modifier and Type Method Description protected GridRefineTest. createGrid(String[] columns, Serializable[][] rows)protected GridRefineTest. createGridWithRecords(String[] columns, Serializable[][] rows)Methods in org.openrefine with parameters of type Grid Modifier and Type Method Description protected voidRefineTest. assertGridEquals(Grid actual, Grid expected)protected FacetCountCacheManager.FacetCountFacetCountCacheManager. computeFacetCount(Grid grid, String columnName, String expression, long changeId, long projectId)protected ProjectRefineTest. createProject(String projectName, Grid grid) -
Uses of Grid in org.openrefine.benchmark
Fields in org.openrefine.benchmark declared as Grid Modifier and Type Field Description GridGridSerializationBenchmark.ExecutionPlan. grid -
Uses of Grid in org.openrefine.browsing
Fields in org.openrefine.browsing declared as Grid Modifier and Type Field Description protected GridEngine. _stateMethods in org.openrefine.browsing that return Grid Modifier and Type Method Description GridEngine. getGrid()Constructors in org.openrefine.browsing with parameters of type Grid Constructor Description Engine(Grid state, EngineConfig config, long projectId) -
Uses of Grid in org.openrefine.clustering
Fields in org.openrefine.clustering declared as Grid Modifier and Type Field Description protected GridClusterer. _gridMethods in org.openrefine.clustering with parameters of type Grid Modifier and Type Method Description abstract ClustererClustererConfig. apply(Grid state)Instantiate the configuration on a particular project.protected voidClusterer. initializeFromConfig(Grid grid, ClustererConfig c) -
Uses of Grid in org.openrefine.clustering.binning
Methods in org.openrefine.clustering.binning with parameters of type Grid Modifier and Type Method Description BinningClustererBinningClusterer.BinningClustererConfig. apply(Grid state)voidBinningClusterer. initializeFromConfig(Grid state, BinningClusterer.BinningClustererConfig config) -
Uses of Grid in org.openrefine.clustering.knn
Methods in org.openrefine.clustering.knn with parameters of type Grid Modifier and Type Method Description kNNClustererkNNClusterer.kNNClustererConfig. apply(Grid state)voidkNNClusterer. initializeFromConfig(Grid state, kNNClusterer.kNNClustererConfig config) -
Uses of Grid in org.openrefine.commands.recon
Methods in org.openrefine.commands.recon with parameters of type Grid Modifier and Type Method Description protected List<GuessTypesOfColumnCommand.TypeGroup>GuessTypesOfColumnCommand. guessTypes(Grid grid, int cellIndex, String serviceUrl)Run relevance searches for the first n cells in the given column and count the types of the results. -
Uses of Grid in org.openrefine.exporters
Methods in org.openrefine.exporters with parameters of type Grid Modifier and Type Method Description static int[]CustomizableTabularExporterUtilities. countColumnsRows(Grid grid, Engine engine, Properties params)voidCsvExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, Writer writer)voidHtmlTableExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, Writer writer)voidOdsExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, OutputStream outputStream)voidStreamExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, OutputStream outputStream)voidTemplatingExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)voidWriterExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)voidXlsExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, OutputStream outputStream)static voidCustomizableTabularExporterUtilities. exportRows(Grid grid, Engine engine, Properties params, TabularSerializer serializer, SortingConfig sortingConfig) -
Uses of Grid in org.openrefine.exporters.sql
Methods in org.openrefine.exporters.sql with parameters of type Grid Modifier and Type Method Description voidSqlExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, Writer writer) -
Uses of Grid in org.openrefine.extension.gdata
Methods in org.openrefine.extension.gdata that return Grid Modifier and Type Method Description static GridGDataImporter. parse(Runner runner, com.google.api.services.sheets.v4.Sheets service, ProjectMetadata metadata, ImportingJob job, int limit, com.fasterxml.jackson.databind.node.ObjectNode options)static GridGDataImporter. parse(Runner runner, String token, ProjectMetadata metadata, ImportingJob job, int limit, com.fasterxml.jackson.databind.node.ObjectNode options)static GridGDataImporter. parseOneWorkSheet(Runner runner, com.google.api.services.sheets.v4.Sheets service, ProjectMetadata metadata, ImportingJob job, URL docURL, int worksheetIndex, int limit, com.fasterxml.jackson.databind.node.ObjectNode options) -
Uses of Grid in org.openrefine.history
Fields in org.openrefine.history declared as Grid Modifier and Type Field Description protected GridHistory.Step. gridMethods in org.openrefine.history that return Grid Modifier and Type Method Description GridHistory. getCurrentGrid()Returns the state of the grid at the current position in the history.protected GridHistory. getGrid(int position, boolean refresh)Returns the state of the grid at a given index in the historyGridHistory. getInitialGrid()Returns the state of the grid at before any operation was applied on itConstructors in org.openrefine.history with parameters of type Grid Constructor Description History(Grid initialGrid, ChangeDataStore dataStore, GridCache gridStore, long projectId)Creates an empty on an initial grid.History(Grid initialGrid, ChangeDataStore dataStore, GridCache gridStore, List<HistoryEntry> entries, int position, long projectId)Constructs a history with an initial grid and a list of history entries.Step(Grid grid, boolean cachedOnDisk, boolean inProgress) -
Uses of Grid in org.openrefine.importers
Methods in org.openrefine.importers that return Grid Modifier and Type Method Description protected static GridImporterUtilities. mergeGrids(List<Grid> grids)Given two grids with potentially different columns, unify the two into a single grid by adding columns of the second grid which are not present in the first at the end.GridImportingParserBase. parse(Runner runner, ProjectMetadata metadata, ImportingJob job, List<ImportingFileRecord> fileRecords, String format, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)protected GridImporterTest. parseFiles(ImportingParser parser, List<ImportingFileRecord> files, com.fasterxml.jackson.databind.node.ObjectNode options)GridExcelImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<InputStream> inputStreamSupplier, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)GridFixedWidthImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> reader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)protected GridImporterTest. parseOneFile(InputStreamImporter parser, Supplier<InputStream> inputStream)protected GridImporterTest. parseOneFile(InputStreamImporter parser, Supplier<InputStream> inputStream, com.fasterxml.jackson.databind.node.ObjectNode options)protected GridImporterTest. parseOneFile(ReaderImporter parser, Supplier<Reader> reader)protected GridImporterTest. parseOneFile(ReaderImporter parser, Supplier<Reader> reader, com.fasterxml.jackson.databind.node.ObjectNode options)protected GridImporterTest. parseOneFile(ImportingParser parser, File file, com.fasterxml.jackson.databind.node.ObjectNode options)GridImportingParserBase. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, ImportingFileRecord fileRecord, long limit, com.fasterxml.jackson.databind.node.ObjectNode options, MultiFileReadingProgress progress)abstract GridInputStreamImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<InputStream> inputStream, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Parses one file, read from anInputStreamobject, into a Grid.GridLegacyProjectImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<InputStream> inputStreamSupplier, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)GridLineBasedImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> reader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)GridOdsImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<InputStream> inputStreamSupplier, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)GridRdfTripleImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> readerSupplier, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)abstract GridReaderImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> reader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Parses one file, read from aReaderobject, into a Grid.GridSeparatorBasedImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> reader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)static GridTabularParserHelper. parseOneFile(Runner runner, String fileSource, String archiveFileName, CloseableIterable<Row> dataReader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Parse a grid from a stream of rows, handling the generic processing generally available in tabular importers.GridTabularParserHelper. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, TabularParserHelper.TableDataReader dataReader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Deprecated.useTabularParserHelper.parseOneFile(Runner, String, String, CloseableIterable, long, ObjectNode)because it avoids loading the entire grid in memory.GridWikitextImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> reader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)protected GridImporterTest. parseOneString(ImportingParser parser, String string)protected GridImporterTest. parseOneString(ImportingParser parser, String contents, com.fasterxml.jackson.databind.node.ObjectNode options)static GridTabularParserHelper. prependColumn(String columnName, String cellValue, Grid grid)Adds a column to the grid, with the same string content in all cells.Methods in org.openrefine.importers with parameters of type Grid Modifier and Type Method Description static GridTabularParserHelper. prependColumn(String columnName, String cellValue, Grid grid)Adds a column to the grid, with the same string content in all cells.Method parameters in org.openrefine.importers with type arguments of type Grid Modifier and Type Method Description protected static GridImporterUtilities. mergeGrids(List<Grid> grids)Given two grids with potentially different columns, unify the two into a single grid by adding columns of the second grid which are not present in the first at the end. -
Uses of Grid in org.openrefine.importers.tree
Methods in org.openrefine.importers.tree that return Grid Modifier and Type Method Description GridTreeImportingParserBase. parse(Runner runner, ProjectMetadata metadata, ImportingJob job, List<ImportingFileRecord> fileRecords, String format, long limit, com.fasterxml.jackson.databind.node.ObjectNode options) -
Uses of Grid in org.openrefine.importing
Methods in org.openrefine.importing that return Grid Modifier and Type Method Description GridImportingParser. parse(Runner runner, ProjectMetadata metadata, ImportingJob job, List<ImportingFileRecord> fileRecords, String format, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Main method of the parser: parse a grid out of input files -
Uses of Grid in org.openrefine.model
Methods in org.openrefine.model that return Grid Modifier and Type Method Description default GridGrid. concatenate(List<Grid> otherGrids)Concatenates this with other grids, in the given order.GridGrid. concatenate(Grid other)Creates a new grid containing all rows in this grid, followed by all rows in the other grid supplied.default GridGrid. dropRows(long rowsToDrop)Drop the first rows.GridGrid. flatMapRows(RowFlatMapper mapper, ColumnModel newColumnModel)Returns a new grid, where the rows have been mapped by the flat mapper.GridProject. getCurrentGrid()Convenience function to return the current grid.default GridRunner. gridFromIterable(ColumnModel columnModel, CloseableIterable<Row> rows, Map<String,OverlayModel> overlayModels, long rowCount, long recordCount)Creates aGridfrom an iterable collection of rows.GridRunner. gridFromList(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels)Creates aGridfrom an in-memory list of rows, which will be numbered from 0 to length-1.<T> GridGrid. join(ChangeData<T> changeData, RecordChangeDataJoiner<T> recordJoiner, ColumnModel newColumnModel)Joins pre-computed change data with the current grid data, record by record.<T> GridGrid. join(ChangeData<T> changeData, RowChangeDataFlatJoiner<T> rowJoiner, ColumnModel newColumnModel)Joins pre-computed change data with the current grid data, with a joiner function that can return multiple rows for a given original row.<T> GridGrid. join(ChangeData<T> changeData, RowChangeDataJoiner<T> rowJoiner, ColumnModel newColumnModel)Joins pre-computed change data with the current grid data, row by row.default GridGrid. limitRows(long rowLimit)Only keep the first rows.GridRunner. loadGrid(File path)Loads aGridserialized at a given location.GridRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding)Loads a text file as aGridwith a single column named "Column" and whose contents are the lines in the file, parsed as strings.GridRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding, long limit)Loads a text file as aGridwith a single column named "Column" and whose contents are the lines in the file, parsed as strings.GridGrid. mapRecords(RecordMapper mapper, ColumnModel newColumnModel)Returns a new grid, where the records have been mapped by the mapperGridGrid. mapRows(RowMapper mapper, ColumnModel newColumnModel)Returns a new grid, where the rows have been mapped by the mapper.<S extends Serializable>
GridGrid. mapRows(RowScanMapper<S> mapper, ColumnModel newColumnModel)Returns a new grid where the rows have been mapped by the stateful mapper.GridGrid. removeRecords(RecordFilter filter)Removes all records selected by a filterGridGrid. removeRows(RowFilter filter)Removes all rows selected by a filterGridGrid. reorderRecords(SortingConfig sortingConfig, boolean permanent)Returns a new grid where records have been reordered according to the configuration supplied.GridGrid. reorderRows(SortingConfig sortingConfig, boolean permanent)Returns a new grid where rows have been reordered according to the configuration supplied.GridGrid. withColumnModel(ColumnModel newColumnModel)GridGrid. withOverlayModels(Map<String,OverlayModel> overlayModel)Returns a new grid where the overlay models have changed.Methods in org.openrefine.model with parameters of type Grid Modifier and Type Method Description GridGrid. concatenate(Grid other)Creates a new grid containing all rows in this grid, followed by all rows in the other grid supplied.Method parameters in org.openrefine.model with type arguments of type Grid Modifier and Type Method Description default GridGrid. concatenate(List<Grid> otherGrids)Concatenates this with other grids, in the given order.Constructors in org.openrefine.model with parameters of type Grid Constructor Description Project(long projectId, Grid initialState, ChangeDataStore dataStore, GridCache gridStore)Creates a new project from an initial grid and a project id.Project(Grid initialState, ChangeDataStore dataStore, GridCache gridStore)Creates a new project from an initial grid. -
Uses of Grid in org.openrefine.model.changes
Fields in org.openrefine.model.changes with type parameters of type Grid Modifier and Type Field Description protected Map<Long,Grid>LazyGridCache. _cacheMethods in org.openrefine.model.changes that return Grid Modifier and Type Method Description GridFileGridCache. cacheGrid(long id, Grid grid)GridGridCache. cacheGrid(long id, Grid grid)Caches a grid on disk.GridLazyGridCache. cacheGrid(long id, Grid grid)GridFileGridCache. getCachedGrid(long id)GridGridCache. getCachedGrid(long id)Retrieves a disk-cached grid.GridLazyGridCache. getCachedGrid(long id)Methods in org.openrefine.model.changes with parameters of type Grid Modifier and Type Method Description GridFileGridCache. cacheGrid(long id, Grid grid)GridGridCache. cacheGrid(long id, Grid grid)Caches a grid on disk.GridLazyGridCache. cacheGrid(long id, Grid grid) -
Uses of Grid in org.openrefine.operations
Fields in org.openrefine.operations declared as Grid Modifier and Type Field Description protected GridChangeResult. gridMethods in org.openrefine.operations that return Grid Modifier and Type Method Description GridChangeResult. getGrid()protected GridExpressionBasedOperation. postTransform(Grid state, ChangeContext context, Evaluable eval)protected GridRowMapOperation. postTransform(Grid grid, ChangeContext context)Method run at the end of the change to update any statistics (such as ReconStats or overlay models) on the resulting state.Methods in org.openrefine.operations with parameters of type Grid Modifier and Type Method Description ChangeResultExpressionBasedOperation. apply(Grid projectState, ChangeContext context)ChangeResultOperation. apply(Grid projectState, ChangeContext context)Derives the new grid state from the current grid state.ChangeResultRowMapOperation. apply(Grid projectState, ChangeContext context)ChangeResultUnknownOperation. apply(Grid projectState, ChangeContext context)protected abstract RowInRecordChangeDataJoinerExpressionBasedOperation. changeDataJoiner(Grid grid, ChangeContext context)Returns the joiner used to insert the result of the evaluation of the expression into a row or record.protected RowInRecordChangeDataProducer<Cell>ExpressionBasedOperation. getChangeDataProducer(Grid state, ChangeContext context)protected EngineEngineDependentOperation. getEngine(Grid grid, long projectId)protected RowMapOperation.GridMapExpressionBasedOperation. getGridMap(Grid state, ChangeContext context)protected RowMapOperation.GridMapRowMapOperation. getGridMap(Grid state, ChangeContext context)Returns the function that is applied to each row and row index, the new column model applied to the grid, and the new overlay models.protected RowInRecordMapperRowMapOperation. getNegativeRowMapper(Grid state, ChangeContext context)Returns the row mapper applied to the rows not matched by the filter.protected ColumnModelExpressionBasedOperation. getNewColumnModel(Grid state, ChangeContext context, Evaluable eval)Returns the new column model after the operation has run.protected ColumnModelRowMapOperation. getNewColumnModel(Grid state, ChangeContext context)Returns the column model after the change is applied to the given grid.protected Map<String,OverlayModel>ExpressionBasedOperation. getNewOverlayModels(Grid state, ChangeContext context, Evaluable evaluable)Returns the new overlay models after this change is applied.protected Map<String,OverlayModel>RowMapOperation. getNewOverlayModels(Grid state, ChangeContext context)Returns the new overlay models after this change is applied.protected RowInRecordMapperRowMapOperation. getPositiveRowMapper(Grid state, ChangeContext context)Returns the row mapper applied to the rows matched by the filter.protected GridExpressionBasedOperation. postTransform(Grid state, ChangeContext context, Evaluable eval)protected GridRowMapOperation. postTransform(Grid grid, ChangeContext context)Method run at the end of the change to update any statistics (such as ReconStats or overlay models) on the resulting state.Constructors in org.openrefine.operations with parameters of type Grid Constructor Description ChangeResult(Grid grid, GridPreservation gridPreservation, List<FacetConfig> createdFacets, DagSlice dagSlice)ChangeResult(Grid grid, GridPreservation gridPreservation, DagSlice dagSlice) -
Uses of Grid in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell with parameters of type Grid Modifier and Type Method Description ChangeResultBlankDownOperation. apply(Grid projectState, ChangeContext context)ChangeResultCellEditOperation. apply(Grid projectState, ChangeContext context)ChangeResultFillDownOperation. apply(Grid state, ChangeContext context)ChangeResultKeyValueColumnizeOperation. apply(Grid projectState, ChangeContext context)ChangeResultMultiValuedCellJoinOperation. apply(Grid projectState, ChangeContext context)ChangeResultMultiValuedCellSplitOperation. apply(Grid projectState, ChangeContext context)ChangeResultReconEditOperation. apply(Grid state, ChangeContext context)ChangeResultTransposeColumnsIntoRowsOperation. apply(Grid projectState, ChangeContext context)ChangeResultTransposeRowsIntoColumnsOperation. apply(Grid projectState, ChangeContext context)protected RowInRecordChangeDataJoinerMassEditOperation. changeDataJoiner(Grid grid, ChangeContext context)protected RowInRecordChangeDataJoinerTextTransformOperation. changeDataJoiner(Grid grid, ChangeContext context) -
Uses of Grid in org.openrefine.operations.column
Methods in org.openrefine.operations.column with parameters of type Grid Modifier and Type Method Description protected RowInRecordChangeDataJoinerColumnAdditionByFetchingURLsOperation. changeDataJoiner(Grid grid, ChangeContext context)protected RowInRecordChangeDataJoinerColumnAdditionOperation. changeDataJoiner(Grid grid, ChangeContext context)protected RowInRecordChangeDataProducer<Cell>ColumnAdditionByFetchingURLsOperation. getChangeDataProducer(Grid state, ChangeContext context)protected EngineColumnSplitOperation. getEngine(Grid grid, long projectId)RowMapOperation.GridMapColumnSplitOperation. getGridMap(Grid state, ChangeContext context)protected ColumnModelColumnAdditionByFetchingURLsOperation. getNewColumnModel(Grid grid, ChangeContext context, Evaluable evaluable)protected ColumnModelColumnAdditionOperation. getNewColumnModel(Grid state, ChangeContext context, Evaluable eval)ColumnModelColumnMoveOperation. getNewColumnModel(Grid grid, ChangeContext context)ColumnModelColumnRemovalOperation. getNewColumnModel(Grid state, ChangeContext context)ColumnModelColumnRenameOperation. getNewColumnModel(Grid state, ChangeContext context)ColumnModelColumnReorderOperation. getNewColumnModel(Grid grid, ChangeContext context)RowInRecordMapperColumnMoveOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperColumnRemovalOperation. getPositiveRowMapper(Grid state, ChangeContext context)protected RowInRecordMapperColumnRenameOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperColumnReorderOperation. getPositiveRowMapper(Grid state, ChangeContext context) -
Uses of Grid in org.openrefine.operations.recon
Methods in org.openrefine.operations.recon with parameters of type Grid Modifier and Type Method Description ChangeResultExtendDataOperation. apply(Grid projectState, ChangeContext context)ChangeResultReconOperation. apply(Grid projectState, ChangeContext context)protected ColumnModelReconMarkNewTopicsOperation. getNewColumnModel(Grid state, ChangeContext context)protected ColumnModelReconUseValuesAsIdentifiersOperation. getNewColumnModel(Grid newState, ChangeContext context)protected RowInRecordMapperReconClearSimilarCellsOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperReconCopyAcrossColumnsOperation. getPositiveRowMapper(Grid projectState, ChangeContext context)RowInRecordMapperReconDiscardJudgmentsOperation. getPositiveRowMapper(Grid projectState, ChangeContext context)RowInRecordMapperReconJudgeSimilarCellsOperation. getPositiveRowMapper(Grid grid, ChangeContext context)RowInRecordMapperReconMarkNewTopicsOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperReconMatchBestCandidatesOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperReconMatchSpecificTopicOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperReconUseValuesAsIdentifiersOperation. getPositiveRowMapper(Grid state, ChangeContext context) -
Uses of Grid in org.openrefine.operations.row
Methods in org.openrefine.operations.row with parameters of type Grid Modifier and Type Method Description ChangeResultAnnotateOneRowOperation. apply(Grid projectState, ChangeContext context)ChangeResultRowRemovalOperation. apply(Grid projectState, ChangeContext context)ChangeResultRowReorderOperation. apply(Grid projectState, ChangeContext context)RowInRecordMapperRowFlagOperation. getPositiveRowMapper(Grid grid, ChangeContext context)protected RowInRecordMapperRowStarOperation. getPositiveRowMapper(Grid state, ChangeContext context) -
Uses of Grid in org.openrefine.pcaxis
Methods in org.openrefine.pcaxis that return Grid Modifier and Type Method Description GridPCAxisImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> reader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options) -
Uses of Grid in org.openrefine.runners.local
Classes in org.openrefine.runners.local that implement Grid Modifier and Type Class Description classLocalGridA PLL-based implementation of a Grid.Methods in org.openrefine.runners.local that return Grid Modifier and Type Method Description GridLocalGrid. concatenate(List<Grid> otherGrids)GridLocalGrid. concatenate(Grid other)protected static GridLocalGrid. concatenateGridList(List<Grid> grids)GridLocalGrid. dropRows(long rowsToDrop)Drop the first rows.GridLocalGrid. flatMapRows(RowFlatMapper mapper, ColumnModel newColumnModel)GridLocalRunner. gridFromIterable(ColumnModel columnModel, CloseableIterable<Row> rows, Map<String,OverlayModel> overlayModels, long rowCount, long recordCount)GridLocalRunner. gridFromList(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels)<T> GridLocalGrid. join(ChangeData<T> changeData, RecordChangeDataJoiner<T> recordJoiner, ColumnModel newColumnModel)<T> GridLocalGrid. join(ChangeData<T> changeData, RowChangeDataFlatJoiner<T> rowJoiner, ColumnModel newColumnModel)<T> GridLocalGrid. join(ChangeData<T> changeData, RowChangeDataJoiner<T> rowJoiner, ColumnModel newColumnModel)GridLocalGrid. limitRows(long rowLimit)Only keep the first rows.GridLocalRunner. loadGrid(File path)GridLocalRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding)GridLocalRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding, long limit)GridLocalGrid. mapRecords(RecordMapper mapper, ColumnModel newColumnModel)GridLocalGrid. mapRows(RowMapper mapper, ColumnModel newColumnModel)<S extends Serializable>
GridLocalGrid. mapRows(RowScanMapper<S> mapper, ColumnModel newColumnModel)GridLocalGrid. removeRecords(RecordFilter filter)GridLocalGrid. removeRows(RowFilter filter)GridLocalGrid. reorderRecords(SortingConfig sortingConfig, boolean permanent)GridLocalGrid. reorderRows(SortingConfig sortingConfig, boolean permanent)GridLocalGrid. withColumnModel(ColumnModel newColumnModel)GridLocalGrid. withOverlayModels(Map<String,OverlayModel> newOverlayModels)Methods in org.openrefine.runners.local with parameters of type Grid Modifier and Type Method Description GridLocalGrid. concatenate(Grid other)Method parameters in org.openrefine.runners.local with type arguments of type Grid Modifier and Type Method Description GridLocalGrid. concatenate(List<Grid> otherGrids)protected static GridLocalGrid. concatenateGridList(List<Grid> grids) -
Uses of Grid in org.openrefine.runners.local.logging
Classes in org.openrefine.runners.local.logging that implement Grid Modifier and Type Class Description classLoggedGridA grid which wraps another one, adding logging to keep track of the timing of each operation.Fields in org.openrefine.runners.local.logging declared as Grid Modifier and Type Field Description protected GridLoggedGrid. gridMethods in org.openrefine.runners.local.logging that return Grid Modifier and Type Method Description GridLoggedGrid. concatenate(List<Grid> others)GridLoggedGrid. concatenate(Grid other)GridLoggedGrid. dropRows(long rowsToDrop)GridLoggedGrid. flatMapRows(RowFlatMapper mapper, ColumnModel newColumnModel)GridLoggedRunner. gridFromIterable(ColumnModel columnModel, CloseableIterable<Row> rows, Map<String,OverlayModel> overlayModels, long rowCount, long recordCount)GridLoggedRunner. gridFromList(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels)<T> GridLoggedGrid. join(ChangeData<T> changeData, RecordChangeDataJoiner<T> recordJoiner, ColumnModel newColumnModel)<T> GridLoggedGrid. join(ChangeData<T> changeData, RowChangeDataFlatJoiner<T> rowJoiner, ColumnModel newColumnModel)<T> GridLoggedGrid. join(ChangeData<T> changeData, RowChangeDataJoiner<T> rowJoiner, ColumnModel newColumnModel)GridLoggedGrid. limitRows(long rowLimit)GridLoggedRunner. loadGrid(File path)GridLoggedRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding)GridLoggedRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding, long limit)GridLoggedGrid. mapRecords(RecordMapper mapper, ColumnModel newColumnModel)GridLoggedGrid. mapRows(RowMapper mapper, ColumnModel newColumnModel)<S extends Serializable>
GridLoggedGrid. mapRows(RowScanMapper<S> mapper, ColumnModel newColumnModel)GridLoggedGrid. removeRecords(RecordFilter filter)GridLoggedGrid. removeRows(RowFilter filter)GridLoggedGrid. reorderRecords(SortingConfig sortingConfig, boolean permanent)GridLoggedGrid. reorderRows(SortingConfig sortingConfig, boolean permanent)GridLoggedGrid. withColumnModel(ColumnModel newColumnModel)GridLoggedGrid. withOverlayModels(Map<String,OverlayModel> overlayModel)protected GridLoggedGrid. wrap(String name, Supplier<Grid> action)protected GridLoggedGrid. wrap(Grid grid)protected GridLoggedRunner. wrap(Grid grid)Methods in org.openrefine.runners.local.logging with parameters of type Grid Modifier and Type Method Description GridLoggedGrid. concatenate(Grid other)protected GridLoggedGrid. wrap(Grid grid)protected GridLoggedRunner. wrap(Grid grid)Method parameters in org.openrefine.runners.local.logging with type arguments of type Grid Modifier and Type Method Description GridLoggedGrid. concatenate(List<Grid> others)protected GridLoggedGrid. wrap(String name, Supplier<Grid> action)Constructors in org.openrefine.runners.local.logging with parameters of type Grid Constructor Description LoggedGrid(LoggedRunner runner, Grid grid) -
Uses of Grid in org.openrefine.runners.testing
Classes in org.openrefine.runners.testing that implement Grid Modifier and Type Class Description classTestingGridA massively inefficient but very simple implementation of a Grid, for testing purposes.Fields in org.openrefine.runners.testing declared as Grid Modifier and Type Field Description protected GridRunnerTestBase. gridToSortprotected GridRunnerTestBase. longerGridprotected GridRunnerTestBase. simpleGridMethods in org.openrefine.runners.testing that return Grid Modifier and Type Method Description GridTestingGrid. concatenate(Grid other)protected GridRunnerTestBase. createGrid(String[] columnNames, Serializable[][] cellValues)protected GridRunnerTestBase. createGrid(String[] columnNames, Cell[][] cells)GridTestingGrid. flatMapRows(RowFlatMapper mapper, ColumnModel newColumnModel)GridTestingRunner. gridFromIterable(ColumnModel columnModel, CloseableIterable<Row> rows, Map<String,OverlayModel> overlayModels, long rowCount, long recordCount)GridTestingRunner. gridFromList(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels)<T> GridTestingGrid. join(ChangeData<T> changeData, RecordChangeDataJoiner<T> recordJoiner, ColumnModel newColumnModel)<T> GridTestingGrid. join(ChangeData<T> changeData, RowChangeDataFlatJoiner<T> rowJoiner, ColumnModel newColumnModel)<T> GridTestingGrid. join(ChangeData<T> changeData, RowChangeDataJoiner<T> rowJoiner, ColumnModel newColumnModel)GridTestingRunner. loadGrid(File path)GridTestingRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding)GridTestingRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding, long limit)GridTestingGrid. mapRecords(RecordMapper mapper, ColumnModel newColumnModel)GridTestingGrid. mapRows(RowMapper mapper, ColumnModel newColumnModel)<S extends Serializable>
GridTestingGrid. mapRows(RowScanMapper<S> mapper, ColumnModel newColumnModel)GridTestingGrid. removeRecords(RecordFilter filter)GridTestingGrid. removeRows(RowFilter filter)GridTestingGrid. reorderRecords(SortingConfig sortingConfig, boolean permanent)GridTestingGrid. reorderRows(SortingConfig sortingConfig, boolean permanent)GridTestingGrid. withColumnModel(ColumnModel newColumnModel)GridTestingGrid. withOverlayModels(Map<String,OverlayModel> overlayModel)Methods in org.openrefine.runners.testing with parameters of type Grid Modifier and Type Method Description static voidRunnerTestBase. assertGridEquals(Grid actual, Grid expected)BecauseGridimplementations are not required to use theObject.equals(Object)method to compare the contents of grids, we use this helper to check that two grids have the same contents.GridTestingGrid. concatenate(Grid other) -
Uses of Grid in org.openrefine.sorting
Constructors in org.openrefine.sorting with parameters of type Grid Constructor Description BaseSorter(Grid state, SortingConfig config)RecordSorter(Grid state, SortingConfig config)RowSorter(Grid state, SortingConfig config) -
Uses of Grid in org.openrefine.wikibase.exporters
Methods in org.openrefine.wikibase.exporters with parameters of type Grid Modifier and Type Method Description voidQuickStatementsExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)voidSchemaExporter. export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties options, Engine engine, Writer writer)voidQuickStatementsExporter. translateSchema(Grid grid, Engine engine, WikibaseSchema schema, Writer writer)Exports a project and a schema to a QuickStatements file -
Uses of Grid in org.openrefine.wikibase.operations
Methods in org.openrefine.wikibase.operations with parameters of type Grid Modifier and Type Method Description ChangeResultPerformWikibaseEditsOperation. apply(Grid projectState, ChangeContext context)ChangeResultSaveWikibaseSchemaOperation. apply(Grid projectState, ChangeContext context) -
Uses of Grid in org.openrefine.wikibase.schema
Methods in org.openrefine.wikibase.schema with parameters of type Grid Modifier and Type Method Description List<EntityEdit>WikibaseSchema. evaluate(Grid grid, Engine engine)Same as above, ignoring any warnings.List<EntityEdit>WikibaseSchema. evaluate(Grid grid, Engine engine, QAWarningStore warningStore)Evaluates the schema on a project, returning a list of EntityUpdates generated by the schema.
-