Searched defs:SchemaAttribute (Results 1 – 1 of 1) sorted by relevance
42 struct SchemaAttribute { struct43 FieldType type = FieldType::LEAF_FIELD_NULL;44 bool isIndexable = false;45 bool hasNotNullConstraint = false;46 bool hasDefaultValue = false;47 …FieldValue defaultValue; // Has default value in union part and default construction in string part