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

Function PrintNode

be/src/exec/orc/orc-column-readers.cc:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace impala {
33
34string PrintNode(const orc::Type* node) {
35 return Substitute("$0 column (ORC id=$1)", node->toString(), node->getColumnId());
36}
37
38bool OrcRowValidator::IsRowBatchValid() const {
39 if (write_ids_ == nullptr || write_ids_->numElements == 0) return true;

Callers 7

CreateTopLevelReaderMethod · 0.85
OrcColumnReaderMethod · 0.85
CreateChildForSlotMethod · 0.85
OrcStructReaderMethod · 0.85
OrcListReaderMethod · 0.85
OrcMapReaderMethod · 0.85

Calls 2

SubstituteFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected