Evgeny Skvortsov
Evgeny Skvortsov
Another problem we have is that ArgMax/ArgMin only work for numbers to numbers. But I have an idea now of how to make ArgMax work, which is the most important...
I've made some upgrades. Now ArgMax/ArgMin work for any types. PostgreSQL is well supported now. You should be able to do anything. There is still some friction, as you can't...
Hello @Peder2911 ! In PostgreSQL this is achieved with `GENERATE_SERIES`. Adding `@Engine("psql")` in the Logica program makes it compile to SQL that is compatible with Postgres. For example [primes_postgres.l](https://github.com/EvgSkv/logica/blob/main/examples/scripts/primes_postgresql.l) is...
@thesakshidiggikar I just realized that marking this bug as a good first issue was probably too optimistic! Adapting a new engine could be a quite involved task, but if you...
@TimKam, this functionality is not exposed now, but this is something that is natural to add. It would be quite easy to add annotation-plug-ins. For example we can let a...
We should have started the discussion in a separated ticket or in a discussion section :-) But as it's already going here, let's get to the bottom of it and...
@TimKam, I've created an issue #55 for this. Please take a look and let me know what you think about it.
@atqnp Thank you for supportive feedback and questions! I've [updated tutorial](https://colab.research.google.com/github/EvgSkv/logica/blob/main/tutorial/Logica_tutorial.ipynb#scrollTo=QBxal9qmKodo) with the answers. Let me know if further clarification is needed.
@evelynmitchell Thanks for feedback! I agree with these comments and is thinking how to address them. _What would be a better default name, for someone who doesn't normally run BigQuery...
Yes, that's right. I'm afraid it will have to stay this way for a while. SQLite treats jsons as strings and there is no robust way to differentiate string from...