MCPcopy Create free account
hub / github.com/apache/impala / type

Method type

be/src/runtime/descriptors.h:393–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 const std::string& database() const { return database_; }
392 int id() const { return id_; }
393 TTableType::type type() const { return type_; }
394 const std::vector<ColumnDescriptor>& col_descs() const { return col_descs_; }
395
396 /// Returns "<database>.<name>"

Callers 15

TestTuplesEqualMethod · 0.45
WriteValueMethod · 0.45
WriteMethod · 0.45
WriteNonNullMethod · 0.45
WriteStructMethod · 0.45
WriteCollectionMethod · 0.45
TryDeepCopyStringsMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestTuplesEqualMethod · 0.36
WriteValueMethod · 0.36
CreateBatchMethod · 0.36