Skip to content

Commit 5517155

Browse files
committed
Import functions and types from Base.Sort for which methods will be added.
1 parent 83701bb commit 5517155

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/DataFrames.jl

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ const POOLED_DATA_VEC_REF_CONVERTER = uint16
3636

3737
importall Base
3838
importall Stats
39-
import Base.Sort.Algorithm, Base.Sort.Ordering
40-
import Base.Sort.Perm, Base.Sort.Forward
39+
import Base.Sort.Algorithm, Base.Sort.By, Base.Sort.Forward
40+
import Base.Sort.Ordering, Base.Sort.Perm, Base.Sort.lt
41+
import Base.Sort.sort, Base.Sort.sort!, Base.Sort.sortby, Base.Sort.sortby!
4142

4243
##############################################################################
4344
##

0 commit comments

Comments
 (0)