pyflink.dataframe.dataframe.DataFrame.collect# DataFrame.collect() → List[source]# Collect the DataFrame results to a list. Returns: A list of rows.