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

Method item

sql/table.h:3378–3378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3376 Item **item_ptr() {return &ptr->item; }
3377 Field *field() override { return 0; }
3378 inline Item *item() { return ptr->item; }
3379 Field_translator *field_translator() { return ptr; }
3380};
3381

Callers 2

addToResponseFileFunction · 0.80
change_refs_to_fieldsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected