MCPcopy Create free account
hub / github.com/apache/arrow / Init

Method Init

cpp/src/parquet/schema.cc:757–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755using schema::PrimitiveNode;
756
757void SchemaDescriptor::Init(std::unique_ptr<schema::Node> schema) {
758 Init(NodePtr(schema.release()));
759}
760
761class SchemaUpdater : public Node::Visitor {
762 public:

Callers 15

gaflight_server_listenFunction · 0.45
TESTFunction · 0.45
EncodeLevelsFunction · 0.45
SetUpMethod · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
FromParquetFunction · 0.45
EncodeLevelsFunction · 0.45
CreateBloomFilterMethod · 0.45
ContentsMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
CreateBloomFilterFunction · 0.45

Calls 5

ParquetExceptionFunction · 0.85
releaseMethod · 0.45
getMethod · 0.45
clearMethod · 0.45
fieldMethod · 0.45

Tested by 14

TESTFunction · 0.36
EncodeLevelsFunction · 0.36
SetUpMethod · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36
AppendLevelsMethod · 0.36
SetUpSchemaMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36