pyspark.sql.Column.startswith

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

字符串開始的。返回一個布爾值基於字符串匹配。

參數
其他 或str

字符串的開始行(不使用一個正則表達式^)

例子

> > >df過濾器(df的名字startswith(“基地”))收集()行(= 2歲name = '愛麗絲'))> > >df過濾器(df的名字startswith(“^艾爾。”))收集()[]