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 8b76e81 commit cd66603Copy full SHA for cd66603
R/pkg/R/SQLContext.R
@@ -588,3 +588,4 @@ field <- function(name, type, nullable = TRUE) {
588
print.field <- function(x, ...) {
589
cat("name = \"", x$name, "\", type = \"", x$type, "\", nullable = ", x$nullable, sep = "")
590
}
591
+
0 commit comments