We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33bfb7 commit e53f638Copy full SHA for e53f638
source/java/sql.txt
@@ -4,9 +4,9 @@
4
5
.. code-block:: java
6
7
- implicitDS.createOrReplaceTempView("characters");
8
- Dataset<Row> centenarians = spark.sql("SELECT name, age FROM characters WHERE age >= 100");
9
- centenarians.show();
+ implicitDS.createOrReplaceTempView("characters");
+ Dataset<Row> centenarians = spark.sql("SELECT name, age FROM characters WHERE age >= 100");
+ centenarians.show();
10
11
``centenarians.show()`` outputs the following:
12
0 commit comments