Skip to content

Instantly share code, notes, and snippets.

@PMeinshausen
Created September 18, 2014 12:01
Show Gist options
  • Save PMeinshausen/f70803be05ca96251f4d to your computer and use it in GitHub Desktop.
Save PMeinshausen/f70803be05ca96251f4d to your computer and use it in GitHub Desktop.
--Syntax (version 1.3)
SELECT * FROM Corr_Reduce(
ON Corr_Map(
ON {table_name | view_name | (query)}
COLUMNPAIRS('col_name1:col_name2',
'[col_index1:col_index2]',...)
KEY_NAME ('key_name')
)
PARTITION BY key_name
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment