MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
成员的完整列表,这些成员属于 Column,包括所有继承而来的类成员
add_text(const char *str, int len) (定义于 Column) | Column | |
append(const char *data, int count) | Column | |
append_one(const char *data) (定义于 Column) | Column | |
append_value(const Value &val) (定义于 Column) | Column | |
attr_len() const (定义于 Column) | Column | inline |
attr_len_ | Column | private |
attr_type() const (定义于 Column) | Column | inline |
attr_type_ | Column | private |
capacity() const (定义于 Column) | Column | inline |
capacity_ | Column | private |
clone() const (定义于 Column) | Column | inline |
Column()=default (定义于 Column) | Column | |
Column(const Column &other) (定义于 Column) | Column | inline |
Column(Column &&other) (定义于 Column) | Column | inline |
Column(const FieldMeta &meta, size_t size=DEFAULT_CAPACITY) (定义于 Column) | Column | |
Column(AttrType attr_type, int attr_len, size_t size=DEFAULT_CAPACITY) (定义于 Column) | Column | |
column_type() const (定义于 Column) | Column | inline |
column_type_ | Column | private |
copy_to(void *dest, int start_rows, int insert_rows) const (定义于 Column) | Column | inline |
count() const (定义于 Column) | Column | inline |
count_ | Column | private |
data() const (定义于 Column) | Column | inline |
data_ (定义于 Column) | Column | private |
data_len() const | Column | inline |
DEFAULT_CAPACITY (定义于 Column) | Column | static |
get_value(int index) const | Column | |
init(const FieldMeta &meta, size_t size=DEFAULT_CAPACITY) (定义于 Column) | Column | |
init(AttrType attr_type, int attr_len, size_t size=DEFAULT_CAPACITY) (定义于 Column) | Column | |
init(const Value &value, size_t size) (定义于 Column) | Column | |
own_ | Column | private |
reference(const Column &column) | Column | |
reset() (定义于 Column) | Column | |
reset_data() | Column | inline |
set_attr_type(AttrType attr_type) (定义于 Column) | Column | inline |
set_column_type(Type column_type) (定义于 Column) | Column | inline |
set_count(int count) (定义于 Column) | Column | inline |
Type 枚举名称 | Column | |
vector_buffer_ (定义于 Column) | Column | private |
~Column() (定义于 Column) | Column | inlinevirtual |