-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added some comments and docstrings #242
base: main
Are you sure you want to change the base?
Conversation
@@ -13,6 +13,9 @@ class Dataset: | |||
|
|||
The TableLike refers to a database table containing the actual data that | |||
can be used for instance in training or testing. | |||
|
|||
Q. A TableLike is basically a list of columns and a name. Why do we have | |||
a separate list of columns here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK there was and is a separation of "ordinary" columns and "identifier columns" which may be handled specially in some cases? But the attribute columns
could be superfluous in my understanding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that's what I meant. The identifier_columns
OK, I can understand. But just columns
are inside the table_like
and then also separately. Why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot answer your question. Could you ask @tkilias ?
I am happy to join a discussion so that I can understand the background.
exasol/analytics/query_handler/graph/stage/sql/execution/query_handler_state.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Christoph Kuhnke <[email protected]>
…_handler_state.py Co-authored-by: Christoph Kuhnke <[email protected]>
No description provided.