Skip to content

Instantly share code, notes, and snippets.

@udzura
Last active November 14, 2017 01:48
Show Gist options
  • Save udzura/850a1e0bdc67d42edcc07b6eec6e7078 to your computer and use it in GitHub Desktop.
Save udzura/850a1e0bdc67d42edcc07b6eec6e7078 to your computer and use it in GitHub Desktop.
hoge{a="aaa", b="bbb"} 9999
hoge{a="aab", b="bbb"} 8888
hoge{a="bba", b="bbb"} 7777
hoge{a="bbb", b="bbb"} 6666
fuga{a="aaa", x="A"} 1
fuga{a="aab", x="A"} 1
fuga{a="bba", x="B"} 1
fuga{a="bbb", x="B"} 1
hoge * on(a) group_right fuga
hoge{a="aaa", b="bbb", x="A"} 9999
hoge{a="aab", b="bbb", x="A"} 8888
hoge{a="bba", b="bbb", x="B"} 7777
hoge{a="bbb", b="bbb", x="B"} 6666
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment