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 00:43:50 PDT 2016
  • Loading branch information
ericl committed Aug 15, 2016
commit 0d4ad5e4ade5ef4e93f5f6291b94dcea3885437f
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object ResolveTableValuedFunctions extends Rule[LogicalPlan] {

/**
* Type aliases for a TVF declaration. A TVF maps a sequence of named arguments to a function
* resolving the TVF given a matching list of arguments from the user. This allows for
* resolving the TVF given a matching sequence of values from the user. This allows for
* function overloading (e.g. range(100), range(0, 100)).
*/
private type NamedArguments = Seq[Tuple2[String, Class[_]]]
Expand Down