Uses of Class
com.google.refine.model.Column
Packages that use Column
Package
Description
-
Uses of Column in com.google.refine.browsing.facets
Methods in com.google.refine.browsing.facets with parameters of type ColumnModifier and TypeMethodDescriptionstatic NumericBinIndexScatterplotFacet.getBinIndex(Project project, Column column, Evaluable eval, String expression) static NumericBinIndexScatterplotFacet.getBinIndex(Project project, Column column, Evaluable eval, String expression, String mode) -
Uses of Column in com.google.refine.commands.recon
Methods in com.google.refine.commands.recon with parameters of type ColumnModifier and TypeMethodDescriptionprotected List<GuessTypesOfColumnCommand.TypeGroup>GuessTypesOfColumnCommand.guessTypes(Project project, Column column, String serviceUrl) Run relevance searches for the first n cells in the given column and count the types of the results. -
Uses of Column in com.google.refine.importers
Methods in com.google.refine.importers that return ColumnModifier and TypeMethodDescriptionstatic ColumnImporterUtilities.getOrAllocateColumn(Project project, List<String> currentFileColumnNames, int index, boolean hasOurOwnColumnNames) -
Uses of Column in com.google.refine.model
Fields in com.google.refine.model with type parameters of type ColumnModifier and TypeFieldDescriptionColumnModel._cellIndexToColumnColumnModel._nameToColumnColumnModel.columnsMethods in com.google.refine.model that return ColumnModifier and TypeMethodDescriptionColumnModel.getColumnByCellIndex(int cellIndex) ColumnModel.getColumnByName(String name) static ColumnMethods in com.google.refine.model with parameters of type Column -
Uses of Column in com.google.refine.model.changes
Fields in com.google.refine.model.changes declared as ColumnModifier and TypeFieldDescriptionprotected ColumnColumnSplitChange._columnprotected ColumnColumnRemovalChange._oldColumnFields in com.google.refine.model.changes with type parameters of type ColumnModifier and TypeFieldDescriptionColumnReorderChange._newColumnsMassRowColumnChange._newColumnsColumnReorderChange._oldColumnsMassRowColumnChange._oldColumnsColumnReorderChange._removedColumnsConstructors in com.google.refine.model.changes with parameters of type ColumnModifierConstructorDescriptionprotectedColumnSplitChange(String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn, Column column, int columnIndex, int firstNewCellIndex, List<Row> oldRows, List<Row> newRows) Constructor parameters in com.google.refine.model.changes with type arguments of type Column -
Uses of Column in com.google.refine.operations
Methods in com.google.refine.operations with parameters of type ColumnModifier and TypeMethodDescriptionprotected ChangeEngineDependentMassCellOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected abstract StringEngineDependentMassCellOperation.createDescription(Column column, List<CellChange> cellChanges) -
Uses of Column in com.google.refine.operations.cell
Methods in com.google.refine.operations.cell with parameters of type ColumnModifier and TypeMethodDescriptionprotected StringBlankDownOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringFillDownOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringMassEditOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringTextTransformOperation.createDescription(Column column, List<CellChange> cellChanges) -
Uses of Column in com.google.refine.operations.column
Methods in com.google.refine.operations.column with parameters of type ColumnModifier and TypeMethodDescriptionprotected StringColumnAdditionByFetchingURLsOperation.createDescription(Column column, List<CellAtRow> cellsAtRows) protected StringColumnAdditionOperation.createDescription(Column column, List<CellAtRow> cellsAtRows) -
Uses of Column in com.google.refine.operations.recon
Methods in com.google.refine.operations.recon with parameters of type ColumnModifier and TypeMethodDescriptionprotected ChangeReconClearSimilarCellsOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected ChangeReconDiscardJudgmentsOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected ChangeReconJudgeSimilarCellsOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected ChangeReconMarkNewTopicsOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected ChangeReconMatchBestCandidatesOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected ChangeReconMatchSpecificTopicOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected ChangeReconUseValuesAsIdentifiersOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected StringExtendDataOperation.createDescription(Column column, List<CellAtRow> cellsAtRows) protected StringReconClearSimilarCellsOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringReconDiscardJudgmentsOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringReconJudgeSimilarCellsOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringReconMarkNewTopicsOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringReconMatchBestCandidatesOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringReconMatchSpecificTopicOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringReconUseValuesAsIdentifiersOperation.createDescription(Column column, List<CellChange> cellChanges) protected ReconConfigReconMarkNewTopicsOperation.getNewReconConfig(Column column)