Uses of Class
com.pervasive.datarush.operators.select.SampleMode
-
Packages that use SampleMode Package Description com.pervasive.datarush.operators.select Provides operators for selecting a subset of the data set. -
-
Uses of SampleMode in com.pervasive.datarush.operators.select
Methods in com.pervasive.datarush.operators.select that return SampleMode Modifier and Type Method Description SampleModeSampleRandomRows. getMode()Get the sample mode.static SampleModeSampleMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SampleMode[]SampleMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.operators.select with parameters of type SampleMode Modifier and Type Method Description voidSampleRandomRows. setMode(SampleMode mode)Set the sample mode.
-