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

Method num_cols

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

Source from the content-addressed store, hash-verified

369 TableDescriptor(const TTableDescriptor& tdesc);
370 virtual ~TableDescriptor() {}
371 int num_cols() const { return col_descs_.size(); }
372 int num_clustering_cols() const { return num_clustering_cols_; }
373 virtual std::string DebugString() const;
374

Callers 11

AppendRowsMethod · 0.80
InitMethod · 0.80
HdfsTableWriterMethod · 0.80
PrepareMethod · 0.80
PrepareMethod · 0.80
InitNewRangeMethod · 0.80
InitNewRangeMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
AppendRowsMethod · 0.80
InitNewRangeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected