Uses of Class
com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
Packages that use ReplaceSpecification Package Description com.pervasive.datarush.analytics.cleansing Provides operators related to data cleansing. -
-
Uses of ReplaceSpecification in com.pervasive.datarush.analytics.cleansing
Methods in com.pervasive.datarush.analytics.cleansing that return ReplaceSpecification Modifier and Type Method Description static ReplaceSpecificationReplaceSpecification. constant(ScalarTokenType type, String value)Create a replacement specification with theReplaceSpecification.Action.REPLACE_CONSTANTaction for fields with the specified type.static ReplaceSpecificationReplaceSpecification. constant(String fieldName, String value)Create 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 ReplaceSpecificationReplaceSpecification. freq(String fieldName)Create 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 ReplaceSpecificationReplaceSpecification. max(String fieldName)Create 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 ReplaceSpecificationReplaceSpecification. mean(String fieldName)Create 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 ReplaceSpecificationReplaceSpecification. median(String fieldName)Create 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 ReplaceSpecificationReplaceSpecification. min(String fieldName)Create 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 ReplaceSpecificationReplaceSpecification. none(String fieldName)Create 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 ReplaceSpecificationReplaceSpecification. skip(String fieldName)Create 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 ReplaceSpecification Modifier and Type Method Description List<ReplaceSpecification>ReplaceMissingValues. getReplaceSpecifications()Gets the specifications currently configured for the operation.Method parameters in com.pervasive.datarush.analytics.cleansing with type arguments of type ReplaceSpecification Modifier and Type Method Description voidReplaceMissingValues. setReplaceSpecifications(List<ReplaceSpecification> specifications)Sets the replacement specifications to apply to the input data.
-