OpenMS
Loading...
Searching...
No Matches
ConsensusFeatureSchema Struct Reference

Schema for consensus feature table (ConsensusMap features) More...

#include <OpenMS/FORMAT/ArrowSchemaRegistry.h>

Collaboration diagram for ConsensusFeatureSchema:
[legend]

Static Public Member Functions

static std::shared_ptr< arrow::DataType > handlesType ()
 
static std::shared_ptr< arrow::DataType > metavaluesType ()
 
static std::shared_ptr< arrow::Schema > schema ()
 

Static Public Attributes

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"
 

Detailed Description

Schema for consensus feature table (ConsensusMap features)

Member Function Documentation

◆ 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

Member Data Documentation

◆ 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