We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
in
1 parent 5e5bdc2 commit e24b86bCopy full SHA for e24b86b
1 file changed
src/join/main.jl
@@ -169,7 +169,6 @@ end
169
leftjoin!(dsl::Dataset, dsr::AbstractDataset; on=nothing, makeunique=false, mapformats=true, alg=HeapSort, stable=false, accelerate = false, method = :sort, threads = true)
170
171
Variant of `leftjoin` that performs `leftjoin` in place for special case that the number of matching rows from the right data set is at most one.
172
-```
173
"""
174
function leftjoin!(dsl::Dataset, dsr::AbstractDataset; on = nothing, makeunique = false, mapformats::Union{Bool, Vector{Bool}} = true, stable = false, alg = HeapSort, accelerate = false, method::Symbol = :sort, threads::Bool = true, multiple_match::Bool=false, multiple_match_name = :multiple, obs_id::Union{Bool, Vector{Bool}} = false, obs_id_name = :obs_id)
175
!(method in (:hash, :sort)) && throw(ArgumentError("method must be :hash or :sort"))
0 commit comments