Skip to content

Instantly share code, notes, and snippets.

@tonysun83
Created September 10, 2014 16:21
Show Gist options
  • Save tonysun83/4df55379e2ec56f4e418 to your computer and use it in GitHub Desktop.
Save tonysun83/4df55379e2ec56f4e418 to your computer and use it in GitHub Desktop.
topGroups map {
g =>
val num = NumericUtils.sortableLongToDouble(
NumericUtils.prefixCodedToLong(g.groupValue))
println("Group Numerical Value:" + num + "Group Encoded Value: " + g.groupValue)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment