-
Notifications
You must be signed in to change notification settings - Fork 122
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
[WIP] Introduce grin apis #1191
base: main
Are you sure you want to change the base?
Conversation
😭 Deploy PR Preview e35a263 failed. Build logs |
class __attribute__((annotate("vineyard"))) ArrowFragment | ||
: public ArrowFragmentBase, | ||
public vineyard::BareRegistered< | ||
ArrowFragment<OID_T, VID_T, VERTEX_MAP_T>> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I understand it correctly, grin should be an access interface and we don't need some vineyard::Object
s there?
I was imaging some thing like
std::shared_ptr<arrow::Fragment> fragment = client.GetObject<vineyard::ArrowFragment>("objectid");
auto g /* grin::Fragment */ = grin::g(fragment);
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information |
fa39361
to
a04fc92
Compare
What do these changes do?
Related issue number
Fixes #issue number