influxdata / influxdata/influxdb

Column order function

Open
#15,957 10 comments 10 reactions 1 assignee Claimed by @nathanielc View on GitHub
area/flux
Dominant language
Rust
Stars
31.7k
Forks
3.7k
Avg merge
13h 37m
Merged PRs (30d)
8

Description

__Proposal:__
Need a function to order columns manually.

__Current behavior:__
Table columns are received in a specific order and cannot be changed

__Desired behavior:__
InfluxDB 2.0 result table columns could respect function keep() column order and return results columns in that order

|> keep(columns: [“inventory_no”,“temp1”,“temp2”,“battery1”,“rssi”])

__Alternatives considered:__
Alternatevy there could be specific column order (priority) function.

__Use case:__
GUI respects columns order received from InfluxDB?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.