Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
755
using schema::PrimitiveNode;
756
757
void SchemaDescriptor::Init(std::unique_ptr<schema::Node> schema) {
758
Init(NodePtr(schema.release()));
759
}
760
761
class SchemaUpdater : public Node::Visitor {
762
public:
Callers
15
gaflight_server_listen
Function · 0.45
TEST
Function · 0.45
EncodeLevels
Function · 0.45
SetUp
Method · 0.45
ASSERT_OK_AND_ASSIGN
Function · 0.45
FromParquet
Function · 0.45
EncodeLevels
Function · 0.45
CreateBloomFilter
Method · 0.45
Contents
Method · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
CreateBloomFilter
Function · 0.45
Calls
5
ParquetException
Function · 0.85
release
Method · 0.45
get
Method · 0.45
clear
Method · 0.45
field
Method · 0.45
Tested by
14
TEST
Function · 0.36
EncodeLevels
Function · 0.36
SetUp
Method · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST_P
Function · 0.36
AppendLevels
Method · 0.36
SetUpSchema
Method · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36