Data manipulation - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English

The da_datastore structure can also be used to load and manipulate data. The life cycle of a data store typically follows these steps:

  • Initialize the data store structure.

  • Load data into the data store, from pre-allocated memory, CSV files or other data stores.

  • Edit the data.

  • Select a subsection of the store.

  • Extract data, either columns/rows or specific regions.

  • Destroy the structure.

For more details on each of the available functions, see the API documentation.