dolphindb/DolphinDBPlugin

kdb+ Plugin Should Support Splayed Tables with Multiple sym Lists.

Opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

The current plug-in assumes a universal sym list for all enumerated columns in a splayed table. This assumption will break on complicated schemas where each sym column in a splayed table may be enumerated by a different sym list.

Describe the solution you'd like

A new, enhanced API is needed to support multiple sym lists on a single splayed table.

Submit a PR

  • Yes I am willing to submit a PR!
peeyee commented

Currently, it's not supported for a splayed table with mutiple sym lists. This PR is welcome.