File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sql/core/src/main/scala/org/apache/spark/sql Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -718,7 +718,7 @@ class SQLContext private[sql](
718
718
719
719
/**
720
720
* :: Experimental ::
721
- * Creates a [[DataFrame ]] with a single [[LongType ]] column named `id`, containing elements
721
+ * Creates a [[Dataset ]] with a single [[LongType ]] column named `id`, containing elements
722
722
* in an range from 0 to `end` (exclusive) with step value 1.
723
723
*
724
724
* @since 2.0.0
@@ -729,7 +729,7 @@ class SQLContext private[sql](
729
729
730
730
/**
731
731
* :: Experimental ::
732
- * Creates a [[DataFrame ]] with a single [[LongType ]] column named `id`, containing elements
732
+ * Creates a [[Dataset ]] with a single [[LongType ]] column named `id`, containing elements
733
733
* in an range from `start` to `end` (exclusive) with step value 1.
734
734
*
735
735
* @since 2.0.0
@@ -742,7 +742,7 @@ class SQLContext private[sql](
742
742
743
743
/**
744
744
* :: Experimental ::
745
- * Creates a [[DataFrame ]] with a single [[LongType ]] column named `id`, containing elements
745
+ * Creates a [[Dataset ]] with a single [[LongType ]] column named `id`, containing elements
746
746
* in an range from `start` to `end` (exclusive) with an step value.
747
747
*
748
748
* @since 2.0.0
@@ -755,7 +755,7 @@ class SQLContext private[sql](
755
755
756
756
/**
757
757
* :: Experimental ::
758
- * Creates a [[DataFrame ]] with a single [[LongType ]] column named `id`, containing elements
758
+ * Creates a [[Dataset ]] with a single [[LongType ]] column named `id`, containing elements
759
759
* in an range from `start` to `end` (exclusive) with an step value, with partition number
760
760
* specified.
761
761
*
You can’t perform that action at this time.
0 commit comments