influxdb/query/stdlib/experimental
Jonathan A. Sternberg 0fec03bbfa
refactor(query): rename the kind for experimental-to so that it is different from native flux ()
The kind for experimental-to is in conflict with the one used by native
flux. In the past, native flux didn't use the kind and expected
implementations to register their own procedure spec with that value.

In the latest Flux, this isn't the case and it is using the kind for a
native implementation. As we have not implemented the requirements for
the native implementation, we are still replacing the procedure spec but
using a different name that's unique to our implementation.
2021-07-12 13:08:17 -05:00
..
to.go refactor(query): rename the kind for experimental-to so that it is different from native flux () 2021-07-12 13:08:17 -05:00
to_test.go refactor(query): rename the kind for experimental-to so that it is different from native flux () 2021-07-12 13:08:17 -05:00