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

feat: adding FluxRecord.Result() function #287

Merged
merged 2 commits into from
Nov 26, 2021

Conversation

vlastahajek
Copy link
Contributor

Closes #283

Proposed Changes

Added FluxRecord.Result() function as a convenient way to retrieve the Flux result name of data.
The Result() function extends collection of already existing accessor functions: Table(), Start(), Stop(), Time(), Measurement() and Value()

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • Tests pass
  • Commit messages are in semantic format

Copy link
Contributor

@bednar bednar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🍺

@vlastahajek vlastahajek merged commit 5354fa7 into influxdata:master Nov 26, 2021
@vlastahajek vlastahajek deleted the feat/result branch November 26, 2021 09:16
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.

Query API does not expose table's name
2 participants