Skip to content

Instantly share code, notes, and snippets.

@pcmanus
Last active August 29, 2015 14:17
Show Gist options
  • Save pcmanus/a0592d6b22e1b311dca9 to your computer and use it in GitHub Desktop.
Save pcmanus/a0592d6b22e1b311dca9 to your computer and use it in GitHub Desktop.
MutationBuilder.create(metadata)
.newRow(4, "foo", 3.2).add("value", 0)
.newRow(4, "bar", 3.2).add("value", 0)
.apply();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment