ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
Loading...
Searching...
No Matches
safe_inline_compact_ctx Struct Reference

Walker context for safe_inline_compact_mutator. More...

Public Attributes

int old_size
int * old_to_new
 1-based map; 0 marks dropped (orphan) slots

Detailed Description

Walker context for safe_inline_compact_mutator.

Definition at line 4271 of file safe_query.c.

Member Data Documentation

◆ old_size

int safe_inline_compact_ctx::old_size

Definition at line 4272 of file safe_query.c.

◆ old_to_new

int* safe_inline_compact_ctx::old_to_new

1-based map; 0 marks dropped (orphan) slots

Definition at line 4273 of file safe_query.c.


The documentation for this struct was generated from the following file: