-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master list: Feature completion for complex-valued columns #3690
Comments
I think we could get away with hacking sorting immediately by morphing |
I don't really know where to start on
I'd say this is good enough unless there is some specific demand to speed this up. At a glance it would take significant effort to teach |
Fantastic! Can this be closed now @MichaelChirico ? |
I'd say so! maybe just open a follow-up issue for complex joins? or we
could leave something in the NEWS asking if there's any real use case for
it while also suggesting Re=Re & Im=Im as a workaround?
…On Sat, Jul 20, 2019, 5:50 AM Matt Dowle ***@***.***> wrote:
Fantastic! Can this be closed now @MichaelChirico
<https://github.com/MichaelChirico> ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3690?email_source=notifications&email_token=AB2BA5KWMTOODDUNTY6XM7DQAIZL3A5CNFSM4H7RF6L2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2M3MII#issuecomment-513390113>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB2BA5PTXLN6VEVUT4VJRATQAIZL3ANCNFSM4H7RF6LQ>
.
|
Great. I edited the revised news item into the main comment at the top of this issue. It asks for a use case. Is that ok? I'd prefer not to create a new issue for join-on-complex until someone asks for it. |
Yes that's perfect. Thanks for all your help getting the rest of this issue over the finish line! |
As a follow-up to #1444 and #3689, I think it's useful to keep a list of all the features missing for users who want to do work involving complex-valued columns
z
:z
(Extend forder support to 'complex' type. #1703); by extensionfrank(z)
,rowid(z)
,dcast
,setkey
,uniqueN
by
zz
I/O (fread
(withoutcolClasses
) &fwrite
; overlap with Master task for fread bugs / proposals #2247)CJ(z)
z
by
groupGForce
onz
Joins onwait until a user requests it with justification (that part of bmerge.c is complex)z
coalesce(z)
shift(z)
unique(z)
:=
Wrong values in j with complex values if "by" has more than 1 group. #3639v1.12.4 NEWS contains :
Examples
1.
2.
3.
4.
Coming from
forderv
so first this is a repeat of 15.
6.
7.
8.
9.
The text was updated successfully, but these errors were encountered: