Uses of Class
org.openrefine.model.ColumnMetadata
-
Packages that use ColumnMetadata Package Description org.openrefine.history.dag org.openrefine.model org.openrefine.operations.column org.openrefine.operations.recon -
-
Uses of ColumnMetadata in org.openrefine.history.dag
Methods in org.openrefine.history.dag that return types with arguments of type ColumnMetadata Modifier and Type Method Description List<ColumnMetadata>AdditionSlice. getOutputColumns()Constructor parameters in org.openrefine.history.dag with type arguments of type ColumnMetadata Constructor Description AdditionSlice(Set<String> inputColumns, List<ColumnMetadata> outputColumns, int insertionPosition) -
Uses of ColumnMetadata in org.openrefine.model
Methods in org.openrefine.model that return ColumnMetadata Modifier and Type Method Description ColumnMetadataColumnModel. getColumnByIndex(int cellIndex)ColumnMetadataColumnModel. getColumnByName(String name)static ColumnMetadataColumnMetadata. load(String s)ColumnMetadataColumnMetadata. withName(String name)ColumnMetadataColumnMetadata. withReconConfig(ReconConfig config)Methods in org.openrefine.model that return types with arguments of type ColumnMetadata Modifier and Type Method Description List<ColumnMetadata>ColumnModel. getColumns()Methods in org.openrefine.model with parameters of type ColumnMetadata Modifier and Type Method Description ColumnModelColumnModel. appendUnduplicatedColumn(ColumnMetadata columnMetadata)Shortcut forColumnModel.insertUnduplicatedColumn(int, ColumnMetadata), for inserting at the last position.ColumnModelColumnModel. insertColumn(int index, ColumnMetadata column)Inserts a column at the given index.ColumnModelColumnModel. insertUnduplicatedColumn(int index, ColumnMetadata column)Inserts a column at the given index, possibly changing the name to ensure that it does not conflict with any other column.ColumnModelColumnModel. replaceColumn(int index, ColumnMetadata column)Replace a column metadata at the given index.Constructor parameters in org.openrefine.model with type arguments of type ColumnMetadata Constructor Description ColumnModel(List<ColumnMetadata> columns)ColumnModel(List<ColumnMetadata> columns, int keyColumnIndex, boolean hasRecords) -
Uses of ColumnMetadata in org.openrefine.operations.column
Methods in org.openrefine.operations.column with parameters of type ColumnMetadata Modifier and Type Method Description protected StringColumnAdditionByFetchingURLsOperation. createDescription(ColumnMetadata column, List<CellAtRow> cellsAtRows) -
Uses of ColumnMetadata in org.openrefine.operations.recon
Methods in org.openrefine.operations.recon with parameters of type ColumnMetadata Modifier and Type Method Description protected ReconConfigReconMarkNewTopicsOperation. getNewReconConfig(ColumnMetadata column)
-