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(execute/table): Refactored the table builder interfaces to support null value creation. #790

Merged
merged 1 commit into from
Jan 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -2332,8 +2332,6 @@ The output is constructed as follows:
- For each new row, values for group key columns stay the same, while values for new columns are determined from the input tables by the value in `valueColumn` at the row identified by the `rowKey` values and the new column's label.
If no value is found, the value is set to `null`.

[IMPL#353](https://github.com/influxdata/platform/issues/353) Null defined in spec but not implemented.

#### InfluxFieldsAsCols

InfluxFieldsAsCols is a special application of pivot that will automatically align fields within each measurement that have the same timestamp.
Expand Down
Loading