spark SQL常用聚合函数
This commit is contained in:
BIN
resources/parquet/dept.parquet/._SUCCESS.crc
Normal file
BIN
resources/parquet/dept.parquet/._SUCCESS.crc
Normal file
Binary file not shown.
Binary file not shown.
0
resources/parquet/dept.parquet/_SUCCESS
Normal file
0
resources/parquet/dept.parquet/_SUCCESS
Normal file
Binary file not shown.
BIN
resources/parquet/emp.parquet/._SUCCESS.crc
Normal file
BIN
resources/parquet/emp.parquet/._SUCCESS.crc
Normal file
Binary file not shown.
Binary file not shown.
0
resources/parquet/emp.parquet/_SUCCESS
Normal file
0
resources/parquet/emp.parquet/_SUCCESS
Normal file
Binary file not shown.
4
resources/txt/dept.txt
Normal file
4
resources/txt/dept.txt
Normal file
@ -0,0 +1,4 @@
|
||||
10 ACCOUNTING NEW YORK
|
||||
20 RESEARCH DALLAS
|
||||
30 SALES CHICAGO
|
||||
40 OPERATIONS BOSTON
|
14
resources/txt/emp.txt
Normal file
14
resources/txt/emp.txt
Normal file
@ -0,0 +1,14 @@
|
||||
7369 SMITH CLERK 7902 1980-12-17 00:00:00 800.00 20
|
||||
7499 ALLEN SALESMAN 7698 1981-02-20 00:00:00 1600.00 300.00 30
|
||||
7521 WARD SALESMAN 7698 1981-02-22 00:00:00 1250.00 500.00 30
|
||||
7566 JONES MANAGER 7839 1981-04-02 00:00:00 2975.00 20
|
||||
7654 MARTIN SALESMAN 7698 1981-09-28 00:00:00 1250.00 1400.00 30
|
||||
7698 BLAKE MANAGER 7839 1981-05-01 00:00:00 2850.00 30
|
||||
7782 CLARK MANAGER 7839 1981-06-09 00:00:00 2450.00 10
|
||||
7788 SCOTT ANALYST 7566 1987-04-19 00:00:00 1500.00 20
|
||||
7839 KING PRESIDENT 1981-11-17 00:00:00 5000.00 10
|
||||
7844 TURNER SALESMAN 7698 1981-09-08 00:00:00 1500.00 0.00 30
|
||||
7876 ADAMS CLERK 7788 1987-05-23 00:00:00 1100.00 20
|
||||
7900 JAMES CLERK 7698 1981-12-03 00:00:00 950.00 30
|
||||
7902 FORD ANALYST 7566 1981-12-03 00:00:00 3000.00 20
|
||||
7934 MILLER CLERK 7782 1982-01-23 00:00:00 1300.00 10
|
Reference in New Issue
Block a user