20#include "sql/parser/parse_defs.h"
34 FieldMeta(
const char *name, AttrType attr_type,
int attr_offset,
int attr_len,
bool visible);
37 RC init(
const char *name, AttrType attr_type,
int attr_offset,
int attr_len,
bool visible);
40 const char *name()
const;
41 AttrType type()
const;
47 void desc(std::ostream &os)
const;
50 void to_json(Json::Value &json_value)
const;
51 static RC from_json(
const Json::Value &json_value,
FieldMeta &field);
属性的值
Definition: value.h:40