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

Method row_desc

be/src/exec/exec-node.h:298–298  ·  view source on GitHub ↗

Returns the row descriptor for rows produced by this node. The RowDescriptor is constant for the lifetime of the fragment instance, and so is shared by reference across the plan tree, including in RowBatches. The lifetime of the descriptor is the same as the lifetime of this node.

Source from the content-addressed store, hash-verified

296 /// across the plan tree, including in RowBatches. The lifetime of the descriptor is the
297 /// same as the lifetime of this node.
298 const RowDescriptor* row_desc() const { return &row_descriptor_; }
299
300 ExecNode* child(int i) { return children_[i]; }
301 int num_children() const { return children_.size(); }

Callers 15

GetNextMethod · 0.45
PrepareMethod · 0.45
OpenMethod · 0.45
AddRowMethod · 0.45
ProcessChildBatchesMethod · 0.45
GetNextOutputBatchMethod · 0.45
OpenMethod · 0.45
PrepareMethod · 0.45
GetNextMethod · 0.45
OpenMethod · 0.45
HdfsScannerMethod · 0.45
ProcessSplitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected