-
Notifications
You must be signed in to change notification settings - Fork 24
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
add hgraph param #111
add hgraph param #111
Conversation
bde288f
to
735c3d7
Compare
src/index/hgraph_zparameters.cpp
Outdated
} | ||
} | ||
|
||
const std::unordered_map<std::string, std::vector<std::string>> HgraphParameters::EXTERNAL_MAPPING = |
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.
move to L25 ?
let the variables definition
precede functions definition
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.
done
src/index/hgraph_zparameters.h
Outdated
} | ||
|
||
void | ||
sync_string_by_json() { |
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.
refresh_string ?
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.
ditto
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.
LGTM
- introduce inner param for inner indexes - map the exteral param to inner - add format_map for long string to help reading Signed-off-by: LHT129 <[email protected]>
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.
lgtm
issue: #40