arrow
¶
Classes:
ArrowInt32ArrayLength
¶
ArrowInt32ArrayLength(values: list[AST])
Bases: DataType
Build an Arrow int32 array using the IRX runtime, then return its length. attributes: values: type: list[astx.AST] type_: type: astx.Int32
Methods:
Source code in src/irx/astx/arrow.py
25 26 27 28 29 30 31 32 33 34 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in src/irx/astx/arrow.py
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | |