We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b685ea commit 7da6fe1Copy full SHA for 7da6fe1
1 file changed
test/runtests.jl
@@ -9,7 +9,7 @@ filename = joinpath(@__DIR__, "Chinook_Sqlite.sqlite")
9
10
c = SQLiteConnection(filename)
11
12
-dt = c.Album |> @filter(_.a > 3) |> DataTable
+dt = c.Album |> @filter(_.a > 3) |> @mutate(c = _.a * 3) |> DataTable
13
14
@test length(dt)==347
15
0 commit comments