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_expr_common::signature - Rust
[go: Go Back, main page]

Module datafusion_expr_common::signature

source ·
Expand description

Signature module contains foundational types that are used to represent signatures, types, and return types of functions in DataFusion.

Structs§

Enums§

Constants§

  • Constant that is used as a placeholder for any valid fixed size list. This is used where a function can accept a fixed size list type with any valid length. It exists to avoid the need to enumerate all possible fixed size list lengths.
  • Constant that is used as a placeholder for any valid timezone. This is used where a function can accept a timestamp type with any valid timezone, it exists to avoid the need to enumerate all possible timezones. See TypeSignature for more details.