Searched refs:attributeRes3 (Results 1 – 1 of 1) sorted by relevance
88 SchemaAttribute attributeRes3; in PreNumDataForParseAndCheckSchemaAttribute003() local89 attributeRes3.type = FieldType::LEAF_FIELD_LONG; in PreNumDataForParseAndCheckSchemaAttribute003()90 attributeRes3.hasDefaultValue = true; in PreNumDataForParseAndCheckSchemaAttribute003()91 attributeRes3.defaultValue.longValue = 0; in PreNumDataForParseAndCheckSchemaAttribute003()92 g_schemaAttrDefTestDataDir["LONG, DEFAULT -0"] = attributeRes3; in PreNumDataForParseAndCheckSchemaAttribute003()206 SchemaAttribute attributeRes3; variable207 attributeRes3.type = FieldType::LEAF_FIELD_DOUBLE;208 attributeRes3.hasDefaultValue = true;209 attributeRes3.hasNotNullConstraint = true;210 attributeRes3.defaultValue.doubleValue = -1.0;[all …]