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

Method eq_cmp_as_binary

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

Source from the content-addressed store, hash-verified

2016 /* Check whether the field can be used as a join attribute in hash join */
2017 virtual bool hash_join_is_possible() { return TRUE; }
2018 virtual bool eq_cmp_as_binary() { return TRUE; }
2019
2020 /* Position of the field value within the interval of [min, max] */
2021 virtual double pos_in_interval(Field *min, Field *max)

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected