MCPcopy Create free account
hub / github.com/MariaDB/server / has_explicit_value

Method has_explicit_value

sql/field.h:1295–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1293 bitmap_set_bit(&table->has_value_set, field_index);
1294 }
1295 bool has_explicit_value() const
1296 {
1297 return bitmap_is_set(&table->has_value_set, field_index);
1298 }
1299 void clear_has_explicit_value()
1300 {
1301 bitmap_clear_bit(&table->has_value_set, field_index);

Callers 9

update_default_fieldsMethod · 0.80
vers_update_fieldsMethod · 0.80
compare_recordFunction · 0.80
check_fieldsFunction · 0.80
record_compareFunction · 0.80
check_fieldMethod · 0.80

Calls 1

bitmap_is_setFunction · 0.85

Tested by

no test coverage detected