Skip to content
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

Expressions examples/usage and difficulty finding fields #608

Open
Eli112358 opened this issue May 19, 2021 · 0 comments
Open

Expressions examples/usage and difficulty finding fields #608

Eli112358 opened this issue May 19, 2021 · 0 comments
Labels
docs Improvements or additions to documentation

Comments

@Eli112358
Copy link

I don't think there's enough documentation on the Expressions class, as far as how to use each method.

Most are straight forward enough, but not all.
For instance:

  • How do you use the named parameters in the funcion body?
  • What's the difference between select and where?
  • How could I use absolute value (or any other language specific, built in operator) in an expression?
  • Do I have to define the absolute value operator myself, using expressions?

Also, I think there could be an index or table of contents for these. And what kind of order are they in?
There's enough of them that I have a hard time finding the one I'm looking for, because they're not alphabetical and there's no list of just their names.
This is true for many other classes.

(fields * many) - alphabetical - (index or table of contents) = hard to find.


This is not specific to Python, I've just been using it the most lately.

@djungelorm djungelorm added the docs Improvements or additions to documentation label Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants