CUBRID Engine
latest
|
#include <system_catalog.h>
Public Attributes | |
ATTR_ID | id |
int | location |
DB_TYPE | type |
int | val_length |
void * | value |
int | position |
OID | classoid |
int | n_btstats |
BTREE_STATS * | bt_stats |
Definition at line 82 of file system_catalog.h.
BTREE_STATS* disk_attribute::bt_stats |
Definition at line 93 of file system_catalog.h.
Referenced by catalog_add_representation(), catalog_assign_attribute(), catalog_copy_disk_attributes(), catalog_dump_disk_attribute(), catalog_free_representation(), catalog_get_cardinality(), catalog_get_disk_attribute(), catalog_get_representation(), catcls_find_btid_of_class_name(), orc_diskrep_from_record(), orc_free_diskrep(), stats_find_inherited_index_stats(), stats_update_partitioned_statistics(), xstats_get_statistics_from_server(), and xstats_update_statistics().
OID disk_attribute::classoid |
Definition at line 91 of file system_catalog.h.
Referenced by catalog_dump_disk_attribute(), catalog_get_disk_attribute(), catalog_put_disk_attribute(), and orc_diskrep_from_record().
ATTR_ID disk_attribute::id |
Definition at line 84 of file system_catalog.h.
Referenced by catalog_copy_disk_attributes(), catalog_dump_disk_attribute(), catalog_get_cardinality(), catalog_get_disk_attribute(), catalog_put_disk_attribute(), catcls_expand_or_value_by_repr(), catcls_find_btid_of_class_name(), orc_diskrep_from_record(), stats_update_partitioned_statistics(), and xstats_get_statistics_from_server().
int disk_attribute::location |
Definition at line 85 of file system_catalog.h.
Referenced by catalog_dump_disk_attribute(), catalog_get_disk_attribute(), catalog_put_disk_attribute(), and orc_diskrep_from_record().
int disk_attribute::n_btstats |
Definition at line 92 of file system_catalog.h.
Referenced by catalog_add_representation(), catalog_assign_attribute(), catalog_copy_disk_attributes(), catalog_dump_disk_attribute(), catalog_free_representation(), catalog_get_disk_attribute(), catalog_get_representation(), catalog_put_disk_attribute(), catalog_sum_disk_attribute_size(), orc_diskrep_from_record(), orc_free_diskrep(), stats_update_partitioned_statistics(), and xstats_get_statistics_from_server().
int disk_attribute::position |
Definition at line 90 of file system_catalog.h.
Referenced by catalog_dump_disk_attribute(), catalog_get_disk_attribute(), catalog_put_disk_attribute(), and orc_diskrep_from_record().
DB_TYPE disk_attribute::type |
Definition at line 87 of file system_catalog.h.
Referenced by catalog_dump_disk_attribute(), catalog_get_disk_attribute(), catalog_put_disk_attribute(), catcls_get_or_value_from_buffer(), catcls_put_or_value_into_buffer(), orc_diskrep_from_record(), and xstats_get_statistics_from_server().
int disk_attribute::val_length |
Definition at line 88 of file system_catalog.h.
Referenced by catalog_add_representation(), catalog_assign_attribute(), catalog_dump_disk_attribute(), catalog_get_disk_attribute(), catalog_put_disk_attribute(), catalog_sum_disk_attribute_size(), and orc_diskrep_from_record().
void* disk_attribute::value |
Definition at line 89 of file system_catalog.h.
Referenced by catalog_add_representation(), catalog_assign_attribute(), catalog_dump_disk_attribute(), catalog_free_representation(), catalog_get_disk_attribute(), catalog_get_representation(), orc_diskrep_from_record(), and orc_free_diskrep().