Skip to content

Commit

Permalink
fix build (vesoft-inc#2271)
Browse files Browse the repository at this point in the history
Co-authored-by: dangleptr <37216992+dangleptr@users.noreply.github.com>
Co-authored-by: dutor <440396+dutor@users.noreply.github.com>
  • Loading branch information
3 people authored and xuguruogu committed Aug 6, 2020
1 parent 8f800ae commit 578b70f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/jni/src/datamanlite/NebulaSchemaProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ class NebulaSchemaProvider : public SchemaProviderIf {
bool isValid() const override {
return true;
}

bool hasDefaultValue() const override {
return hasDefaultValue_;
}

std::string getDefaultValue() const {
return defaultValue_;
}
private:
std::string name_;
ValueType type_;
Expand Down

0 comments on commit 578b70f

Please sign in to comment.