MySQL 8.3.0
Source Code Documentation
Key_part_spec Member List

This is the complete list of members for Key_part_spec, including all inherited members.

clone(MEM_ROOT *mem_root) constKey_part_specinline
get_expression() constKey_part_specinline
get_field_name() constKey_part_specinline
get_prefix_length() constKey_part_specinline
has_expression() constKey_part_specinline
is_ascending() constKey_part_specinline
is_explicit() constKey_part_specinline
Key_part_spec(Item *expression, enum_order order)Key_part_specinline
Key_part_spec(const char *column_name, Item *expression, enum_order order)Key_part_specinline
Key_part_spec(LEX_CSTRING column_name, uint prefix_length, enum_order order)Key_part_specinline
m_expressionKey_part_specprivate
m_field_nameKey_part_specprivate
m_has_expressionKey_part_specprivate
m_is_ascendingKey_part_specprivate
m_is_explicitKey_part_specprivate
m_prefix_lengthKey_part_specprivate
operator==(const Key_part_spec &other) constKey_part_spec
resolve_expression(THD *thd)Key_part_spec
set_name_and_prefix_length(const char *name, uint prefix_length)Key_part_spec