Skip to content

Commit

Permalink
Merge pull request #266 from queryverse/export-dv-stuff
Browse files Browse the repository at this point in the history
Export isna and NA
  • Loading branch information
davidanthoff authored Jun 28, 2019
2 parents 3815dc1 + 0bcc56f commit 631cf01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Query.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export @map, @filter, @groupby, @orderby, @orderby_descending, @unique,

export @select, @rename, @mutate

export isna, NA

include("query_utils.jl")
include("query_translation.jl")
include("standalone_query_macros.jl")
Expand Down

0 comments on commit 631cf01

Please sign in to comment.