endsWith {SparkR} | R Documentation |
Determines if entries of x end with string (entries of) suffix respectively, where strings are recycled to common lengths.
## S4 method for signature 'Column' endsWith(x, suffix) endsWith(x, suffix)
x |
vector of character string whose "ends" are considered |
suffix |
character vector (often of length one) |
endsWith since 1.4.0
Other colum_func: alias
,
alias,Column-method
; between
,
between
,
between,Column-method
; cast
,
cast
, cast,Column-method
;
otherwise
, otherwise
,
otherwise,Column-method
;
over
, over
,
over,Column,WindowSpec-method
;
startsWith
, startsWith
,
startsWith,Column-method
;
substr
, substr,Column-method