Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor record conversion #245

Closed
veezhang opened this issue Dec 9, 2022 · 0 comments
Closed

refactor record conversion #245

veezhang opened this issue Dec 9, 2022 · 0 comments
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@veezhang
Copy link
Contributor

veezhang commented Dec 9, 2022

Introduction

  • Use interface for record conversion to provide better scalability.
  • Build interface on demand, unnecessary conversions will not be performed.
  • Build once.
  • Both vid and prop will use the same interface.

All implemented transformations are supported.

  • Index
  • Type
  • Function
  • Prefix
  • Nullable
  • NullValue
  • DefaultValue
  • AlternativeIndices
  • Concat

Contents

Related work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

1 participant