dolphindb / DolphinDBPlugin

50 stars 34 forks source link

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

Open FlyingOE opened 1 year ago

FlyingOE commented 1 year ago

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

peeyee commented 1 year ago

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