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

server: Return table column data type #85

Merged

Conversation

bhufmann
Copy link
Contributor

@bhufmann bhufmann commented Sep 30, 2024

Cherry-pick from master branch #84:

When requesting the table columns, the server will now return the type of each column. The types are derived from DataType enum, such as STRING, NUMBER, TIMESTAMP, DURATION, etc.

[Added] Accessing data type of table columns (i.e., headers)

When requesting the table columns, the server will now return the type of each column.
The types are derived from DataType enum, such as STRING, NUMBER, TIMESTAMP, DURATION, etc.

[Added] Accessing data type of table columns (i.e., headers)

Signed-off-by: Kaveh Shahedi <[email protected]>
@bhufmann bhufmann merged commit 6f2c4f4 into eclipse-tracecompass-incubator:2021-06 Sep 30, 2024
2 checks passed
@bhufmann bhufmann deleted the cherry-pick-datatype branch September 30, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants