Expression Utilities#

A series of utilities are provided to work with expressions in a more convenient way.

Functions#

blosc2.evaluate

Evaluate a string expression using the Blosc2 compute engine.

blosc2.get_expr_operands

Given an expression in string form, return its operands.

blosc2.validate_expr

Validate expression for forbidden syntax and valid method names.

Decorators#

blosc2.jit

Prepare a function so that it can be used with the Blosc2 compute engine.