Uses of Enum Class
com.pervasive.datarush.operators.select.SampleMode
Packages that use SampleMode
Package
Description
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 SampleModeModifier and TypeMethodDescriptionSampleRandomRows.getMode()Get the sample mode.static SampleModeReturns the enum constant of this class with the specified name.static SampleMode[]SampleMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.operators.select with parameters of type SampleModeModifier and TypeMethodDescriptionvoidSampleRandomRows.setMode(SampleMode mode) Set the sample mode.