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

Method offset

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

Source from the content-addressed store, hash-verified

44 virtual void Codegen(FragmentState* state) override;
45
46 int64_t offset() const {
47 return tnode_->sort_node.__isset.offset ? tnode_->sort_node.offset : 0;
48 }
49 ~TopNPlanNode(){}
50
51 /// Return true if this is a partitioned Top-N.

Callers 15

TopNNodeMethod · 0.45
HashHdfsFileSplitMethod · 0.45
IssueFooterRangesMethod · 0.45
FindFooterSplitMethod · 0.45
file_offsetMethod · 0.45
ProcessSplitMethod · 0.45
OpenMethod · 0.45
NextRowGroupMethod · 0.45
FindFirstTupleMethod · 0.45
HandleErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected