irx.builder.runtime.arrowcpp

irx.builder.runtime.arrowcpp

Source: packages/irx/src/irx/builder/runtime/arrowcpp.py

title: Arrow C++ runtime build helpers.

Functions

arrowcpp_include_dirs() -> tuple[Path, ...]

title: Return Arrow C++ include directories for native runtime builds.
returns:
  type: tuple[Path, Ellipsis]

arrowcpp_compile_flags() -> tuple[str, ...]

title: Return compiler flags required by Arrow C++ headers.
returns:
  type: tuple[str, Ellipsis]

arrowcpp_linker_flags() -> tuple[str, ...]

title: Return linker flags for the bundled Arrow C++ runtime.
returns:
  type: tuple[str, Ellipsis]

arrowcpp_runtime_metadata() -> dict[str, object]

title: Return Arrow C++ runtime implementation metadata.
returns:
  type: dict[str, object]