array
¶
Provide internal nodes for the Arrow C++ backed one-dimensional array runtime.
Classes:
ArrayInt32ArrayLength
¶
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:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/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 packages/irx/src/irx/astx/array.py
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |