Schema for consensus feature table (ConsensusMap features)
More...
#include <OpenMS/FORMAT/ArrowSchemaRegistry.h>
|
| static std::shared_ptr< arrow::DataType > | handlesType () |
| |
| static std::shared_ptr< arrow::DataType > | metavaluesType () |
| |
| static std::shared_ptr< arrow::Schema > | schema () |
| |
|
| static constexpr const char * | UNIQUE_ID = "unique_id" |
| |
| static constexpr const char * | RT = "rt" |
| |
| static constexpr const char * | MZ = "mz" |
| |
| static constexpr const char * | INTENSITY = "intensity" |
| |
| static constexpr const char * | CHARGE = "charge" |
| |
| static constexpr const char * | QUALITY = "quality" |
| |
| static constexpr const char * | WIDTH = "width" |
| |
| static constexpr const char * | HANDLES = "handles" |
| |
| static constexpr const char * | METAVALUES = "metavalues" |
| |
Schema for consensus feature table (ConsensusMap features)
◆ handlesType()
| static std::shared_ptr< arrow::DataType > handlesType |
( |
| ) |
|
|
static |
◆ metavaluesType()
| static std::shared_ptr< arrow::DataType > metavaluesType |
( |
| ) |
|
|
static |
◆ schema()
| static std::shared_ptr< arrow::Schema > schema |
( |
| ) |
|
|
static |
◆ CHARGE
| constexpr const char* CHARGE = "charge" |
|
staticconstexpr |
◆ HANDLES
| constexpr const char* HANDLES = "handles" |
|
staticconstexpr |
◆ INTENSITY
| constexpr const char* INTENSITY = "intensity" |
|
staticconstexpr |
◆ METAVALUES
| constexpr const char* METAVALUES = "metavalues" |
|
staticconstexpr |
◆ MZ
| constexpr const char* MZ = "mz" |
|
staticconstexpr |
◆ QUALITY
| constexpr const char* QUALITY = "quality" |
|
staticconstexpr |
◆ RT
| constexpr const char* RT = "rt" |
|
staticconstexpr |
◆ UNIQUE_ID
| constexpr const char* UNIQUE_ID = "unique_id" |
|
staticconstexpr |
◆ WIDTH
| constexpr const char* WIDTH = "width" |
|
staticconstexpr |