Skip to content

Instantly share code, notes, and snippets.

@beckyconning
Last active January 12, 2021 15:53
Show Gist options
  • Save beckyconning/b4c7840f7cd943a12214d2716169eaf8 to your computer and use it in GitHub Desktop.
Save beckyconning/b4c7840f7cd943a12214d2716169eaf8 to your computer and use it in GitHub Desktop.
[PKey "orders", PIndex 0, PKey "lineItems", PIndex 0, PKey "id"]
[PKey "orders", PIndex 0, PKey "lineItems", PIndex 1, PKey "id"]
[PKey "orders", PIndex 0, PKey "id"]
[PKey "orders", PIndex 1, PKey "lineItems", PIndex 0, PKey "id"]
[PKey "orders", PIndex 1, PKey "lineItems", PIndex 1, PKey "id"]
[PKey "orders", PIndex 1, PKey "id"]
--
[ZKey "orders", ZIndex, ZKey "lineItems", ZIndex]
[ZKey "orders"]
--
[AKey "orders", AIndexPivot 0 Merge, AKey "lineItems", AIndex, AKey "id"]
[AKey "orders", AIndexPivot 1 Merge, AKey "lineItems", AIndex, AKey "id"]
[ZKey "orders", ZIndexPivot 0, ZKey "lineItems", ZIndex]
[ZKey "orders", ZIndexPivot 1, ZKey "lineItems", ZIndex]
[ZKey "orders"]
--
[AKey "orders", AIndexPivot 0 NoMerge, AKey "lineItems", AIndex, AKey "id"]
[AKey "orders", AIndexPivot 1 NoMerge, AKey "lineItems", AIndex, AKey "id"]
[ZKey "orders", ZIndexPivot 0, ZKey "lineItems", ZIndex]
[ZKey "orders", ZIndexPivot 1, ZKey "lineItems", ZIndex]
[ZKey "orders"]
--
[AKey "orders", AIndexPivot 0 Merge, AKey "lineItems", AIndexPivot 0 Merge, AKey "id"]
[AKey "orders", AIndexPivot 0 Merge, AKey "lineItems", AIndexPivot 1 Merge, AKey "id"]
[AKey "orders", AIndexPivot 1 Merge, AKey "lineItems", AIndex, AKey "id"]
[ZKey "orders"]
[ZKey "orders", ZIndexPivot (Just 1), ZKey "lineItems", ZIndex]
--
[AKey "orders", AIndexPivot 0 Merge, AKey "lineItems", AIndexPivot 0 NoMerge, AKey "id"]
[AKey "orders", AIndexPivot 0 Merge, AKey "lineItems", AIndexPivot 1 NoMerge, AKey "id"]
[AKey "orders", AIndexPivot 1 Merge, AKey "lineItems", AIndex, AKey "id"]
[ZKey "orders", ZIndexPivot (Just 0), ZKey "lineItems", ZIndexPivot Nothing]
[ZKey "orders", ZIndexPivot (Just 1), ZKey "lineItems", ZIndex]
[ZKey "orders"]
--
[AKey "orders", AIndexPivot 0 NoMerge, AKey "lineItems", AIndexPivot 0 NoMerge, AKey "id"]
[AKey "orders", AIndexPivot 0 NoMerge, AKey "lineItems", AIndexPivot 1 NoMerge, AKey "id"]
[AKey "orders", AIndexPivot 1 NoMerge, AKey "lineItems", AIndex, AKey "id"]
[ZKey "orders", ZIndexPivot (Just 0), ZKey "lineItems", ZIndexPivot Nothing]
[ZKey "orders", ZIndexPivot (Just 1), ZKey "lineItems", ZIndex]
[ZKey "orders"]
--
[AKey "orders", AIndexPivot 0 NoMerge, AKey "lineItems", AIndexPivot 0 NoMerge, AKey "id"]
[AKey "orders", AIndexPivot 0 NoMerge, AKey "lineItems", AIndexPivot 1 NoMerge, AKey "id"]
[AKey "orders", AIndexPivot 1 NoMerge, AKey "lineItems", AIndex, AKey "id"]
[ZKey "orders", ZIndexPivot (Just 0), ZKey "lineItems", ZIndexPivot Nothing]
[ZKey "orders", ZIndexPivot (Just 1), ZKey "lineItems", ZIndex]
[ZKey "orders"]
--
[AKey "orders", AIndexPivot 0 NoMerge, AKey "lineItems", AIndexPivot 0 Merge, AKey "id"]
[AKey "orders", AIndexPivot 0 NoMerge, AKey "lineItems", AIndexPivot 1 Merge, AKey "id"]
[AKey "orders", AIndexPivot 1 NoMerge, AKey "lineItems", AIndex, AKey "id"]
[ZKey "orders", ZIndexPivot (Just 0)]
[ZKey "orders", ZIndexPivot (Just 1)]
[ZKey "orders"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment