Uses of Class
com.google.refine.commands.recon.GuessTypesOfColumnCommand.TypeGroup
Packages that use GuessTypesOfColumnCommand.TypeGroup
-
Uses of GuessTypesOfColumnCommand.TypeGroup in com.google.refine.commands.recon
Methods in com.google.refine.commands.recon that return types with arguments of type GuessTypesOfColumnCommand.TypeGroupModifier 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.Constructor parameters in com.google.refine.commands.recon with type arguments of type GuessTypesOfColumnCommand.TypeGroupModifierConstructorDescriptionprotectedTypesResponse(String code, String message, List<GuessTypesOfColumnCommand.TypeGroup> types)