MCPcopy 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
107protected:
108 uint64_t offset_;

Callers 1

BeginNextFileMethod · 0.80

Calls 1

SchemaClass · 0.50

Tested by

no test coverage detected