Schema for chromatograms in long (one row per data point) format.
More...
#include <OpenMS/FORMAT/ArrowSchemaRegistry.h>
|
| static std::shared_ptr< arrow::Schema > | schema () |
| |
|
| static constexpr const char * | RT = "rt" |
| |
| static constexpr const char * | INTENSITY = "intensity" |
| |
| static constexpr const char * | CHROMATOGRAM_INDEX = "chromatogram_index" |
| |
| static constexpr const char * | NATIVE_ID = "native_id" |
| |
| static constexpr const char * | PRECURSOR_MZ = "precursor_mz" |
| |
| static constexpr const char * | PRODUCT_MZ = "product_mz" |
| |
Schema for chromatograms in long (one row per data point) format.
◆ schema()
| static std::shared_ptr< arrow::Schema > schema |
( |
| ) |
|
|
static |
◆ CHROMATOGRAM_INDEX
| constexpr const char* CHROMATOGRAM_INDEX = "chromatogram_index" |
|
staticconstexpr |
◆ INTENSITY
| constexpr const char* INTENSITY = "intensity" |
|
staticconstexpr |
◆ NATIVE_ID
| constexpr const char* NATIVE_ID = "native_id" |
|
staticconstexpr |
◆ PRECURSOR_MZ
| constexpr const char* PRECURSOR_MZ = "precursor_mz" |
|
staticconstexpr |
◆ PRODUCT_MZ
| constexpr const char* PRODUCT_MZ = "product_mz" |
|
staticconstexpr |
◆ RT
| constexpr const char* RT = "rt" |
|
staticconstexpr |