SwatDB
|
#include <swatdb_types.h>
Public Member Functions | |
bool | operator== (const FieldEntry &other) const |
bool | operator!= (const FieldEntry &other) const |
Public Attributes | |
std::string | field_name |
FieldType | field_type |
std::uint32_t | max_size |
A struct that stores various information about a field. When equality is evaluated, whether it is primary_key is not considered.