@Evolving
public interface ScanBuilder
Scan
. Implementations can mixin SupportsPushDownXYZ
interfaces to do operator push down, and keep the operator push down result in the returned
Scan
. When pushing down operators, the push down order is:
sample -> filter -> aggregate -> limit/top-n(sort + limit) -> offset ->
column pruning.Modifier and Type | Method and Description |
---|---|
Scan |
build() |
Scan build()