Skip to content

Commit c2b09be

Browse files
author
Davies Liu
committed
SQLTypes -> schema
1 parent a5a02f2 commit c2b09be

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

R/pkg/DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ Collate:
1919
'jobj.R'
2020
'RDD.R'
2121
'pairRDD.R'
22-
'SQLTypes.R'
22+
'schema.R'
2323
'column.R'
2424
'group.R'
25-
'schema.R'
2625
'DataFrame.R'
2726
'SQLContext.R'
2827
'backend.R'

R/pkg/R/DataFrame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# DataFrame.R - DataFrame class and methods implemented in S4 OO classes
1919

20-
#' @include generics.R jobj.R SQLTypes.R RDD.R pairRDD.R column.R group.R
20+
#' @include generics.R jobj.R schema.R RDD.R pairRDD.R column.R group.R
2121
NULL
2222

2323
setOldClass("jobj")

R/pkg/R/column.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Column Class
1919

20-
#' @include generics.R jobj.R SQLTypes.R
20+
#' @include generics.R jobj.R schema.R
2121
NULL
2222

2323
setOldClass("jobj")

R/pkg/R/group.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# group.R - GroupedData class and methods implemented in S4 OO classes
1919

20-
#' @include generics.R jobj.R SQLTypes.R column.R
20+
#' @include generics.R jobj.R schema.R column.R
2121
NULL
2222

2323
setOldClass("jobj")

0 commit comments

Comments
 (0)