in Spark Sql by
Q:

What is the Spark SQL API?

1 Answer

0 votes
by

The Spark SQL API is a collection of functions and classes for querying structured data using Spark. The API supports SQL-like queries, as well as the use of Datasets and DataFrames in Spark, which provide a higher-level API for processing structured data.

Related questions

0 votes
asked Feb 12 in Spark Sql by sharadyadav1986
0 votes
asked Mar 7, 2020 in Spark Sql by rahuljain1
+1 vote
asked Jun 30, 2019 in Spark Sql by anonymous
0 votes
asked Jun 8, 2020 in Spark Sql by DavidAnderson
...