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 ColumnMetadata
ColumnModel. getColumnByIndex(int cellIndex)
ColumnMetadata
ColumnModel. getColumnByName(String name)
static ColumnMetadata
ColumnMetadata. load(String s)
ColumnMetadata
ColumnMetadata. withName(String name)
ColumnMetadata
ColumnMetadata. 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 ColumnModel
ColumnModel. appendUnduplicatedColumn(ColumnMetadata columnMetadata)
Shortcut forColumnModel.insertUnduplicatedColumn(int, ColumnMetadata)
, for inserting at the last position.ColumnModel
ColumnModel. insertColumn(int index, ColumnMetadata column)
Inserts a column at the given index.ColumnModel
ColumnModel. 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.ColumnModel
ColumnModel. 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 String
ColumnAdditionByFetchingURLsOperation. 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 ReconConfig
ReconMarkNewTopicsOperation. getNewReconConfig(ColumnMetadata column)
-