@Evolving public interface SupportsPushDownTableSample extends ScanBuilder
Scan. Data sources can implement this interface to
 push down SAMPLE.| Modifier and Type | Method and Description | 
|---|---|
| boolean | pushTableSample(double lowerBound,
               double upperBound,
               boolean withReplacement,
               long seed)Pushes down SAMPLE to the data source. | 
build