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
Mon Aug 15 01:52:04 PDT 2016
  • Loading branch information
ericl committed Aug 15, 2016
commit 1f81b97b81f5ee859849e50021df094e03f2704c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object ResolveTableValuedFunctions extends Rule[LogicalPlan] {
}

/**
* A TVF maps argument lists to resolving functions that accept those arguments. Using a map
* A TVF maps argument lists to resolver functions that accept those arguments. Using a map
* here allows for function overloading.
*/
private type TVF = Map[ArgumentList, Seq[Any] => LogicalPlan]
Expand Down