MCPcopy Create free account
hub / github.com/arkdb/inception / create_keyuse_for_table

Function create_keyuse_for_table

sql/sql_optimizer.cc:5890–5918  ·  view source on GitHub ↗

Create a keyuse array for a table with a primary key. To be used when creating a materialized temporary table. @param thd THD pointer, for memory allocation @param table Table object representing table @param keyparts Number of key parts in the primary key @param outer_exprs List of items used for key lookup @return Pointer to created keyuse array, or NULL if error *

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

add_key_partFunction · 0.85
allocMethod · 0.45
typeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected