Skip to content

Commit

Permalink
For comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jul 16, 2015
1 parent 7435454 commit 12d3794
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ object GenerateMutableProjection extends CodeGenerator[Seq[Expression], () => Mu

val pFuncs = (0 until projectionCodeSegments.length).map { i =>
s"""
public void projectSeg$i(Object _i) {
InternalRow i = (InternalRow) _i;
private final void projectSeg$i(InternalRow i) {
${projectionCodeSegments(i)}
}
"""
Expand Down

0 comments on commit 12d3794

Please sign in to comment.