Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated comment.
  • Loading branch information
rxin committed Jul 28, 2015
commit 9f36216056f7edb35ee8daa2355a988bec3e00ce
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ object GenerateUnsafeProjection extends CodeGenerator[Seq[Expression], UnsafePro
}

/**
* Generates the Java code to convert a struct (backed by InternalRow) into UnsafeRow.
* Generates the Java code to convert a struct (backed by InternalRow) to UnsafeRow.
*
* This function also handles nested structs by recursively generating the code to
* This function also handles nested structs by recursively generating the code to do conversion.
*
* @param ctx code generation context
* @param input the input struct, identified by a [[GeneratedExpressionCode]]
Expand Down