-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dataplane: Enable dataplane for results of LongToWide (#1057)
* Dataplane: Enable dataplane for results of LongToWide by setting FrameTypeVersion{0, 1} on the results of LongToWide * SSE and Recorded Queries will use a different code path for this, but the behavior should be identical. * If consumers of this function (mainly SQL data sources) find that they need to undo this behavior for some reason, then they can set the frameTypeVersion to {0, 0} on the resulting frame, since this is the only change (e.g. `myWideFrame.Meta.TypeVersion = FrameTypeVersion{0, 0}`)
- Loading branch information
1 parent
7470982
commit 96b9aa7
Showing
2 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters