bitsail icon indicating copy to clipboard operation
bitsail copied to clipboard

[BitSail][Features] Support list and map in current FileMappingTypeInfoConverter

Open kyle-hawk opened this issue 2 years ago • 0 comments

Signed-off-by:

Pre-Checklist

Note: Please complete ALL items in the following checklist.

  • [x] I have read through the CONTRIBUTING.md documentation.
  • [x] My code has the necessary comments and documentation (if needed).
  • [x] I have added relevant tests.

Purpose

  • close #251

Approaches

For complex types like list and Map, use BitSail type string as the bridge between engine type string and typeInfo, and convert engine type string like Map(String,Map(String,Int32)) into map<string,map<string ,int>> such BitSail type string, and then realize the conversion between BitSail type string and typeInfo through BitSailTypeParser image

Related Issues

  • close #251

New Behavior (screenshots if needed)

N/A

kyle-hawk avatar Feb 01 '23 03:02 kyle-hawk