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

Method IsSlotRef

be/src/exprs/slot-ref.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 virtual Status GetCodegendComputeFnImpl(
61 LlvmCodeGen* codegen, llvm::Function** fn) override WARN_UNUSED_RESULT;
62 virtual bool IsSlotRef() const override { return true; }
63 virtual int GetSlotIds(std::vector<SlotId>* slot_ids) const override;
64 const SlotId& slot_id() const { return slot_id_; }
65 static const char* LLVM_CLASS_NAME;

Callers 4

FOREACH_ROW_LIMITFunction · 0.45
PrintComplexValueMethod · 0.45
InitCollExprsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected