|
My Project
|
Public Member Functions | |
| Item_func_match (List< Item > &a, uint b) | |
| void | cleanup () |
| enum Functype | functype () const |
| const char * | func_name () const |
| void | update_used_tables () |
| table_map | not_null_tables () const |
| bool | fix_fields (THD *thd, Item **ref) |
| bool | eq (const Item *, bool binary_cmp) const |
| longlong | val_int () |
| double | val_real () |
| virtual void | print (String *str, enum_query_type query_type) |
| bool | fix_index () |
| void | init_search (bool no_order) |
| ulonglong | get_count () |
| bool | ordered_result () |
| bool | docid_in_result () |
Public Attributes | |
| uint | key |
| uint | flags |
| bool | join_key |
| DTCollation | cmp_collation |
| FT_INFO * | ft_handler |
| TABLE * | table |
| Item_func_match * | master |
| Item * | concat_ws |
| String | value |
| String | search_value |
| bool Item_func_match::docid_in_result | ( | ) | [inline] |
Check whether FT result contains the document ID
| bool Item_func_match::eq | ( | const Item * | item, |
| bool | binary_cmp | ||
| ) | const [virtual] |
This function is called when:
Reimplemented from Item_func.
| ulonglong Item_func_match::get_count | ( | ) | [inline] |
Get number of matching rows from FT handler.
| bool Item_func_match::ordered_result | ( | ) | [inline] |
Check whether FT result is ordered on rank
| void Item_func_match::print | ( | String * | str, |
| enum_query_type | query_type | ||
| ) | [virtual] |
This method is used for to:
For more information about view definition query, INFORMATION_SCHEMA query and why they should be generated from the Item-tree,
Reimplemented from Item_func.
1.7.6.1