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

datafusion_jit

Module api

Source
Expand description

Constructing a function AST at runtime.

Structsยง

Assembler
The very first step for constructing a function at runtime.
AssemblerState
State of Assembler, keep tracking of generated function names and registered external functions.
CodeBlock
Code block consists of statements and acts as anonymous namespace scope for items and variable declarations.
FunctionBuilder
Function builder API. Stores the state while we are constructing an AST for a function.
GeneratedFunction
A function consisting of AST nodes that JIT can compile.