Schema for protein group (indistinguishable group) results table.
More...
#include <OpenMS/FORMAT/ArrowSchemaRegistry.h>
|
| static constexpr const char * | GROUP_TYPE = "group_type" |
| |
| static constexpr const char * | PROBABILITY = "probability" |
| |
| static constexpr const char * | ACCESSIONS = "accessions" |
| |
| static constexpr const char * | RUN_IDENTIFIER = "run_identifier" |
| |
| static constexpr const char * | GROUP_INDEX = "group_index" |
| |
| static constexpr const char * | FLOAT_DATA = "float_data" |
| |
| static constexpr const char * | STRING_DATA = "string_data" |
| |
| static constexpr const char * | INTEGER_DATA = "integer_data" |
| |
Schema for protein group (indistinguishable group) results table.
◆ floatDataType()
| static std::shared_ptr< arrow::DataType > floatDataType |
( |
| ) |
|
|
static |
◆ integerDataType()
| static std::shared_ptr< arrow::DataType > integerDataType |
( |
| ) |
|
|
static |
◆ schema()
| static std::shared_ptr< arrow::Schema > schema |
( |
| ) |
|
|
static |
◆ stringDataType()
| static std::shared_ptr< arrow::DataType > stringDataType |
( |
| ) |
|
|
static |
◆ ACCESSIONS
| constexpr const char* ACCESSIONS = "accessions" |
|
staticconstexpr |
◆ FLOAT_DATA
| constexpr const char* FLOAT_DATA = "float_data" |
|
staticconstexpr |
◆ GROUP_INDEX
| constexpr const char* GROUP_INDEX = "group_index" |
|
staticconstexpr |
◆ GROUP_TYPE
| constexpr const char* GROUP_TYPE = "group_type" |
|
staticconstexpr |
◆ INTEGER_DATA
| constexpr const char* INTEGER_DATA = "integer_data" |
|
staticconstexpr |
◆ PROBABILITY
| constexpr const char* PROBABILITY = "probability" |
|
staticconstexpr |
◆ RUN_IDENTIFIER
| constexpr const char* RUN_IDENTIFIER = "run_identifier" |
|
staticconstexpr |
◆ STRING_DATA
| constexpr const char* STRING_DATA = "string_data" |
|
staticconstexpr |