write_row_to_file# RowBasedFileDatasink.write_row_to_file(row: Dict[str, Any], file: pyarrow.NativeFile)[source]# Write a row to a file. Parameters: row (Dict[str, Any]) – The row to write. file (pyarrow.NativeFile) – The file to write the row to.