array
¶
Provide internal nodes for the Arrow C++ backed one-dimensional array runtime.
Classes:
ArrayInt32ArrayLength
¶
ArrayInt32ArrayLength(values: list[AST])
Bases: DataType
Build an int32 array using the IRx builtin array runtime, then return its length. attributes: values: type: list[astx.AST] type_: type: astx.Int32
Methods:
Source code in src/irx/astx/array.py
34 35 36 37 38 39 40 41 42 43 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in src/irx/astx/array.py
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | |