sx implements these dplyr::dplyr verbs for sedonadb_dataframe objects.
See the documentation of the original generic functions for usage details.
These methods translate R expressions to SQL queries executed by SedonaDB (DataFusion).
Supported Verbs
dplyr::select(): Choose columns.dplyr::rename(): Rename columns.dplyr::mutate(): Add or modify columns.dplyr::filter(): Filter rows.dplyr::arrange(): Sort rows.dplyr::distinct(): Keep unique rows (.keep_all = TRUEis not supported).dplyr::pull(): Extract a single column.dplyr::collect(): Force computation and return R object.
