Package io.nosqlbench.virtdata.library.basics.shared.from_long.to_unset
-
Class Summary Class Description Unset Always yields the VALUE.unset value, which signals to any consumers that the value provided should be considered undefined for any operation.UnsetAutoDocsInfo UnsetIfEq Yield UNSET.vale if the input value is equal to the specified value.UnsetIfEqAutoDocsInfo UnsetIfGe Yield VALUE.unset if the input value is greater than or equal to the specified value.UnsetIfGeAutoDocsInfo UnsetIfGt Yield UNSET.value if the input value is greater than the specified value.UnsetIfGtAutoDocsInfo UnsetIfLe Yield VALUE.unset if the input value is less than or equal to the specified value.UnsetIfLeAutoDocsInfo UnsetIfLt Yield VALUE.unset if the provided value is less than the specified value, otherwise, pass the original value;UnsetIfLtAutoDocsInfo