Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::optimizer::push_down_limit - Rust
[go: Go Back, main page]

Module datafusion::optimizer::push_down_limit

source ·
Expand description

PushDownLimit pushes LIMIT earlier in the query plan

Structs§

Functions§

  • Computes the skip and fetch parameters of a single limit that would be equivalent to two consecutive limits with the given skip/fetch parameters.