fdb-document-layer
fdb-document-layer copied to clipboard
Resolves #17: Update explain() output with user readable keys
This PR resolves #17
Explain() output will be much more useful if the keys are user readable, instead of FDB keys. Used the existing decode_key_part function to achieve this.
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
@apkar could you please verify this patch
@fdb-build test this please
@fdb-build test this please
@fdb-build test this please
@senthil-db-expert Can you give some explanation on the usage of DVTypeCode::SPL_CHAR
please? Also can you add some tests please? test_planner.py is probably the best place.
@apkar Added explanations and test cases.