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

datafusion_jit

Module ast

Source

Structs§

JITType
Type to be used in JIT

Enums§

BinaryExpr
Binary expression
Expr
Expression
Literal
Literal
Stmt
Statement
TypedLit
Shorthand typed literals

Constants§

BOOL
bool
F32
Ieee float of 32 bits
F64
Ieee float of 64 bits
I8
integer of 1 byte
I16
integer of 2 bytes
I32
integer of 4 bytes
I64
integer of 8 bytes
NIL
null type as placeholder
PTR
The pointer type to use based on our currently target.
PTR_SIZE
R32
Pointer type of 32 bits
R64
Pointer type of 64 bits