typedef struct Plan { NodeTag type; …… /** * How much memory (in KB) should be used to execute this plan node? */ uint64 operatorMemKB; …… } Plan;