Module mz_expr::scalar::func

source Β·

Re-exports§

Modules§

  • encoding πŸ”’
    Encoding and decoding support for various formats that represent binary data as text data.
  • format πŸ”’
    Data type formatting functions.
  • impls πŸ”’
  • macros πŸ”’

Macros§

Enums§

Constants§

  • MAX_STRING_BYTES πŸ”’
    The maximum size of a newly allocated string. Chosen to be the smallest number to keep our tests passing without changing. 100MiB is probably higher than what we want, but it’s better than no limit.

Traits§

  • EagerUnaryFunc πŸ”’
    A description of an SQL unary function that operates on eagerly evaluated expressions
  • LazyUnaryFunc πŸ”’
    A description of an SQL unary function that has the ability to lazy evaluate its arguments

Functions§