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
wildcard in datafusion::prelude - Rust
[go: Go Back, main page]

datafusion::prelude

Function wildcard

source
pub fn wildcard() -> Expr
Expand description

Create an ‘*’ Expr::Wildcard expression that matches all columns

§Example

let p = wildcard();
assert_eq!(p.to_string(), "*")