Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed May 7, 2024
1 parent 303ea0b commit 89fc55c
Showing 1 changed file with 25 additions and 16 deletions.
41 changes: 25 additions & 16 deletions tests/testthat/_snaps/after-wrappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,31 @@
Code
ls(.pr[[private_key]])
Output
[1] "clear" "clone_in_rust" "columns"
[4] "default" "drop_all_in_place" "drop_in_place"
[7] "dtype_strings" "dtypes" "equals"
[10] "estimated_size" "export_stream" "from_raw_ipc"
[13] "get_column" "get_columns" "lazy"
[16] "melt" "n_chunks" "new_with_capacity"
[19] "null_count" "partition_by" "pivot_expr"
[22] "print" "rechunk" "sample_frac"
[25] "sample_n" "schema" "select"
[28] "select_at_idx" "select_seq" "set_column_from_robj"
[31] "set_column_from_series" "set_column_names_mut" "shape"
[34] "to_list" "to_list_tag_structs" "to_list_unwind"
[37] "to_raw_ipc" "to_struct" "transpose"
[40] "unnest" "with_columns" "with_columns_seq"
[43] "with_row_index" "write_csv" "write_ipc"
[46] "write_json" "write_ndjson" "write_parquet"
[1] "clear" "clone_in_rust"
[3] "columns" "default"
[5] "drop_all_in_place" "drop_in_place"
[7] "dtype_strings" "dtypes"
[9] "equals" "estimated_size"
[11] "export_stream" "from_arrow_record_batches"
[13] "from_raw_ipc" "get_column"
[15] "get_columns" "lazy"
[17] "melt" "n_chunks"
[19] "new_with_capacity" "null_count"
[21] "partition_by" "pivot_expr"
[23] "print" "rechunk"
[25] "sample_frac" "sample_n"
[27] "schema" "select"
[29] "select_at_idx" "select_seq"
[31] "set_column_from_robj" "set_column_from_series"
[33] "set_column_names_mut" "shape"
[35] "to_list" "to_list_tag_structs"
[37] "to_list_unwind" "to_raw_ipc"
[39] "to_struct" "transpose"
[41] "unnest" "with_columns"
[43] "with_columns_seq" "with_row_index"
[45] "write_csv" "write_ipc"
[47] "write_json" "write_ndjson"
[49] "write_parquet"

# public and private methods of each class GroupBy

Expand Down

0 comments on commit 89fc55c

Please sign in to comment.