pyspark.sql.Column.endswith

列。 endswith ( 其他:聯盟(,LiteralType,DecimalLiteral,DateTimeLiteral] )→列

字符串結尾。返回一個布爾值基於字符串匹配。

參數
其他 或str

字符串行結束(不使用一個正則表達式美元)

例子

> > >df過濾器(df的名字endswith(“冰”))收集()行(= 2歲name = '愛麗絲'))> > >df過濾器(df的名字endswith(“冰美元”))收集()[]