@@ -689,7 +689,7 @@ setGeneric("randomSplit", function(x, weights, seed) { standardGeneric("randomSp
689689
690690# ##################### Column Methods ##########################
691691
692- # ' @rdname column functions
692+ # ' @rdname columnfunctions
693693# ' @export
694694setGeneric ("asc ", function(x) { standardGeneric("asc") })
695695
@@ -701,43 +701,43 @@ setGeneric("between", function(x, bounds) { standardGeneric("between") })
701701# ' @export
702702setGeneric ("cast ", function(x, dataType) { standardGeneric("cast") })
703703
704- # ' @rdname column functions
704+ # ' @rdname columnfunctions
705705# ' @export
706706setGeneric ("contains ", function(x, ...) { standardGeneric("contains") })
707707
708- # ' @rdname column functions
708+ # ' @rdname columnfunctions
709709# ' @export
710710setGeneric ("desc ", function(x) { standardGeneric("desc") })
711711
712712# ' @rdname endsWith
713713# ' @export
714714setGeneric ("endsWith ", function(x, suffix) { standardGeneric("endsWith") })
715715
716- # ' @rdname column functions
716+ # ' @rdname columnfunctions
717717# ' @export
718718setGeneric ("getField ", function(x, ...) { standardGeneric("getField") })
719719
720- # ' @rdname column functions
720+ # ' @rdname columnfunctions
721721# ' @export
722722setGeneric ("getItem ", function(x, ...) { standardGeneric("getItem") })
723723
724- # ' @rdname column functions
724+ # ' @rdname columnfunctions
725725# ' @export
726726setGeneric ("isNaN ", function(x) { standardGeneric("isNaN") })
727727
728- # ' @rdname column functions
728+ # ' @rdname columnfunctions
729729# ' @export
730730setGeneric ("isNull ", function(x) { standardGeneric("isNull") })
731731
732- # ' @rdname column functions
732+ # ' @rdname columnfunctions
733733# ' @export
734734setGeneric ("isNotNull ", function(x) { standardGeneric("isNotNull") })
735735
736- # ' @rdname column functions
736+ # ' @rdname columnfunctions
737737# ' @export
738738setGeneric ("like ", function(x, ...) { standardGeneric("like") })
739739
740- # ' @rdname column functions
740+ # ' @rdname columnfunctions
741741# ' @export
742742setGeneric ("rlike ", function(x, ...) { standardGeneric("rlike") })
743743
0 commit comments