CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
PT_NODE * | expr |
PT_NODE * | keycol |
PT_NODE * | hashsize |
PT_NODE * | parts |
PT_PARTITION_TYPE | type |
Definition at line 2017 of file parse_tree.h.
PT_NODE* pt_partition_info::expr |
Definition at line 2019 of file parse_tree.h.
Referenced by compile_partition_expression(), pt_apply_partition(), pt_check_partitions(), pt_node_to_partition_info(), and pt_print_partition().
PT_NODE* pt_partition_info::hashsize |
Definition at line 2021 of file parse_tree.h.
Referenced by do_create_partition(), pt_apply_partition(), pt_check_partitions(), pt_node_to_partition_info(), and pt_print_partition().
PT_NODE* pt_partition_info::keycol |
Definition at line 2020 of file parse_tree.h.
Referenced by do_create_local(), pt_check_partitions(), and pt_node_to_partition_info().
PT_NODE* pt_partition_info::parts |
Definition at line 2022 of file parse_tree.h.
Referenced by do_create_partition(), pt_apply_partition(), pt_check_partitions(), and pt_print_partition().
PT_PARTITION_TYPE pt_partition_info::type |
Definition at line 2023 of file parse_tree.h.
Referenced by do_create_partition(), pt_apply_partition(), pt_check_partitions(), pt_node_to_partition_info(), and pt_print_partition().