Skip to content
Snippets Groups Projects
Commit 412dba63 authored by Eric Liang's avatar Eric Liang Committed by Herman van Hovell
Browse files

[SPARK-17069] Expose spark.range() as table-valued function in SQL

## What changes were proposed in this pull request?

This adds analyzer rules for resolving table-valued functions, and adds one builtin implementation for range(). The arguments for range() are the same as those of `spark.range()`.

## How was this patch tested?

Unit tests.

cc hvanhovell

Author: Eric Liang <ekl@databricks.com>

Closes #14656 from ericl/sc-4309.
parent b81421af
No related branches found
No related tags found
No related merge requests found
Showing with 267 additions and 1 deletion
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment