astx.array

astx.array

Source: packages/astx/src/astx/array.py

title: ASTx array AST nodes.
summary: >-
  Provide internal nodes for the Arrow C++ backed one-dimensional array
  runtime.

Classes

ArrayInt32ArrayLength(astx.base.DataType)

title: Internal array helper AST node.
summary: >-
  Build an int32 array using the ASTx-compatible array runtime, then return
  its length.
attributes:
  values:
    type: list[astx.AST]
  type_:
    type: astx.Int32

Methods

get_struct(self, simplified: bool=False) -> astx.base.ReprStruct
title: Return the structured representation of the array helper.
parameters:
  simplified:
    type: bool
returns:
  type: astx.base.ReprStruct