47 table_map in_used_tables,
51 key_part_map in_keypart_map,
52 ha_rows in_ref_table_rows,
53 bool in_null_rejecting,
58 used_tables(in_used_tables),
62 keypart_map(in_keypart_map),
63 ref_table_rows(in_ref_table_rows),
78 table_map getUsedTables()
const
83 uint32_t getKey()
const
88 uint32_t getKeypart()
const
93 uint32_t getOptimizeFlags()
const
98 key_part_map getKeypartMap()
const
103 ha_rows getTableRows()
const
105 return ref_table_rows;
108 void setTableRows(ha_rows input)
110 ref_table_rows= input;
113 bool isNullRejected()
const
118 bool *getConditionalGuard()
129 table_map used_tables;
137 key_part_map keypart_map;
139 ha_rows ref_table_rows;