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

Method binary

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

Source from the content-addressed store, hash-verified

1309 }
1310
1311 virtual bool binary() const { return 1; }
1312 virtual bool zero_pack() const { return 1; }
1313 virtual enum ha_base_keytype key_type() const { return HA_KEYTYPE_BINARY; }
1314 virtual uint16 key_part_flag() const { return 0; }

Callers 14

build_eq_mods_for_condFunction · 0.45
merge_eq_modsFunction · 0.45
field_unpackFunction · 0.45
setupMethod · 0.45
mhnsw_insertFunction · 0.45
merge_key_fieldsFunction · 0.45
add_key_fieldsMethod · 0.45
test_if_refFunction · 0.45
create_table_defMethod · 0.45
get_typeFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_if_refFunction · 0.36