Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ SetSchema
Method
SetSchema
graphlearn/src/platform/file_system.h:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
virtual const io::Schema& GetSchema() const = 0;
102
103
virtual void SetSchema(const std::vector<DataType>& types) {
104
schema_ = io::Schema(types);
105
}
106
107
protected:
108
uint64_t offset_;
Callers
1
BeginNextFile
Method · 0.80
Calls
1
Schema
Class · 0.50
Tested by
no test coverage detected