@Evolving public interface SupportsPushDownOffset extends ScanBuilder
ScanBuilder
. Data sources can implement this interface to
push down OFFSET. We can push down OFFSET with many other operations if they follow the
operator order we defined in ScanBuilder
's class doc.Modifier and Type | Method and Description |
---|---|
boolean |
pushOffset(int offset)
Pushes down OFFSET to the data source.
|
build