Skip to content

Instantly share code, notes, and snippets.

@nsivabalan
Created August 28, 2020 00:29
Show Gist options
  • Save nsivabalan/bf67b855b1041ded0285d600756a1365 to your computer and use it in GitHub Desktop.
Save nsivabalan/bf67b855b1041ded0285d600756a1365 to your computer and use it in GitHub Desktop.
public interface PreCombineRows {
Row preCombine(Row row1, Row row2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment