You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there doesn't appear to be a way to spell functions with no arguments, such as something like current_timestamp in some sql databases.
I tried () -> datetime and (void) -> datetime, and (null) -> datetime but none are valid datashapes. @mwiebe and @izaid might have a way to do this in libdynd. We should adopt their syntax if so.
there doesn't appear to be a way to spell functions with no arguments, such as something like
current_timestamp
in some sql databases.I tried
() -> datetime
and(void) -> datetime
, and(null) -> datetime
but none are valid datashapes. @mwiebe and @izaid might have a way to do this in libdynd. We should adopt their syntax if so.cc @llllllllll
The text was updated successfully, but these errors were encountered: