## Syntax ```mermaid %%{init: { 'theme': 'base', 'flowchart': { 'padding': '7', 'nodeSpacing': '20', 'rankSpacing': '20' }, 'themeVariables': { 'fontSize': '11px', 'fontFamily': 'Arial' } }}%% flowchart LR Start((START)) --> GZIP[GZIP]:::quoted GZIP --> End((END)) ``` ## Purpose The `GZIP` SQL function compresses a BLOB using the GZIP-algorithm. Parameters: - input: The BLOB to compress. Returns: a GZIP-compressed version of the input.