Uses of Class
com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
Packages that use ReplaceSpecification
Package
Description
Provides operators related to data cleansing.
-
Uses of ReplaceSpecification in com.pervasive.datarush.analytics.cleansing
Methods in com.pervasive.datarush.analytics.cleansing that return ReplaceSpecificationModifier and TypeMethodDescriptionstatic ReplaceSpecificationReplaceSpecification.constant(ScalarTokenType type, String value) Create a replacement specification with theReplaceSpecification.Action.REPLACE_CONSTANTaction for fields with the specified type.static ReplaceSpecificationCreate a replacement specification with theReplaceSpecification.Action.REPLACE_CONSTANTaction for the specified field.static ReplaceSpecificationReplaceSpecification.freq(ScalarTokenType type) Create a replacement specification with theReplaceSpecification.Action.REPLACE_MOST_FREQaction for fields with the specified type.static ReplaceSpecificationCreate a replacement specification with theReplaceSpecification.Action.REPLACE_MOST_FREQaction for the specified field.static ReplaceSpecificationReplaceSpecification.max(ScalarTokenType type) Create a replacement specification with theReplaceSpecification.Action.REPLACE_MAXaction for fields with the specified type.static ReplaceSpecificationCreate a replacement specification with theReplaceSpecification.Action.REPLACE_MAXaction for the specified field.static ReplaceSpecificationReplaceSpecification.mean(ScalarTokenType type) Create a replacement specification with theReplaceSpecification.Action.REPLACE_MEANaction for fields with the specified type.static ReplaceSpecificationCreate a replacement specification with theReplaceSpecification.Action.REPLACE_MEANaction for the specified field.static ReplaceSpecificationReplaceSpecification.median(ScalarTokenType type) Create a replacement specification with theReplaceSpecification.Action.REPLACE_MEDIANaction for fields with the specified type.static ReplaceSpecificationCreate a replacement specification with theReplaceSpecification.Action.REPLACE_MEDIANaction for the specified field.static ReplaceSpecificationReplaceSpecification.min(ScalarTokenType type) Create a replacement specification with theReplaceSpecification.Action.REPLACE_MINaction for fields with the specified type.static ReplaceSpecificationCreate a replacement specification with theReplaceSpecification.Action.REPLACE_MINaction for the specified field.static ReplaceSpecificationReplaceSpecification.none(ScalarTokenType type) Create a replacement specification with theReplaceSpecification.Action.NONEaction for fields with the specified type.static ReplaceSpecificationCreate a replacement specification with theReplaceSpecification.Action.NONEaction for the specified field.static ReplaceSpecificationReplaceSpecification.skip(ScalarTokenType type) Create a replacement specification with theReplaceSpecification.Action.SKIP_RECORDaction for fields with the specified type.static ReplaceSpecificationCreate a replacement specification with theReplaceSpecification.Action.SKIP_RECORDaction for the specified field.Methods in com.pervasive.datarush.analytics.cleansing that return types with arguments of type ReplaceSpecificationModifier and TypeMethodDescriptionReplaceMissingValues.getReplaceSpecifications()Gets the specifications currently configured for the operation.Method parameters in com.pervasive.datarush.analytics.cleansing with type arguments of type ReplaceSpecificationModifier and TypeMethodDescriptionvoidReplaceMissingValues.setReplaceSpecifications(List<ReplaceSpecification> specifications) Sets the replacement specifications to apply to the input data.