Skip to content

Instantly share code, notes, and snippets.

@baranovxyz
Created May 11, 2020 20:55
Show Gist options
  • Save baranovxyz/743712ae08977267949f2f2a5ad16f59 to your computer and use it in GitHub Desktop.
Save baranovxyz/743712ae08977267949f2f2a5ad16f59 to your computer and use it in GitHub Desktop.
function compress(column) {
column.compression = 'ZIP_JSON_STRINGIFY';
column.values = zip(JSON.stringify(column.values));
return column;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment