Last active
November 14, 2017 01:48
-
-
Save udzura/850a1e0bdc67d42edcc07b6eec6e7078 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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