Flex
0.17.9
|
#include <types.h>
Public Member Functions | |
constexpr | PropertyType () |
constexpr | PropertyType (impl::PropertyTypeImpl type) |
constexpr | PropertyType (impl::PropertyTypeImpl type, uint16_t max_length) |
bool | IsVarchar () const |
std::string | ToString () const |
bool | operator== (const PropertyType &other) const |
bool | operator!= (const PropertyType &other) const |
Static Public Member Functions | |
static PropertyType | Empty () |
static PropertyType | Bool () |
static PropertyType | UInt8 () |
static PropertyType | UInt16 () |
static PropertyType | Int32 () |
static PropertyType | UInt32 () |
static PropertyType | Float () |
static PropertyType | Int64 () |
static PropertyType | UInt64 () |
static PropertyType | Double () |
static PropertyType | Date () |
static PropertyType | Day () |
static PropertyType | StringView () |
static PropertyType | StringMap () |
static PropertyType | Varchar (uint16_t max_length) |
static PropertyType | VertexGlobalId () |
static PropertyType | Label () |
static PropertyType | RecordView () |
static PropertyType | Record () |
static PropertyType | String () |
Public Attributes | |
impl::PropertyTypeImpl | type_enum |
impl::AdditionalTypeInfo | additional_type_info |
Static Public Attributes | |
static constexpr const uint16_t | STRING_DEFAULT_MAX_LENGTH = 256 |
static const PropertyType | kEmpty |
static const PropertyType | kBool |
static const PropertyType | kUInt8 |
static const PropertyType | kUInt16 |
static const PropertyType | kInt32 |
static const PropertyType | kUInt32 |
static const PropertyType | kFloat |
static const PropertyType | kInt64 |
static const PropertyType | kUInt64 |
static const PropertyType | kDouble |
static const PropertyType | kDate |
static const PropertyType | kDay |
static const PropertyType | kStringView |
static const PropertyType | kStringMap |
static const PropertyType | kVertexGlobalId |
static const PropertyType | kLabel |
static const PropertyType | kRecordView |
static const PropertyType | kRecord |
static const PropertyType | kString |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
bool gs::PropertyType::IsVarchar | ( | ) | const |
|
static |
bool gs::PropertyType::operator!= | ( | const PropertyType & | other | ) | const |
bool gs::PropertyType::operator== | ( | const PropertyType & | other | ) | const |
|
static |
|
static |
|
static |
|
static |
|
static |
std::string gs::PropertyType::ToString | ( | ) | const |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
impl::AdditionalTypeInfo gs::PropertyType::additional_type_info |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticconstexpr |
impl::PropertyTypeImpl gs::PropertyType::type_enum |