MCPcopy Create free account
hub / github.com/ByConity/ByConity / isFinalProject

Method isFinalProject

src/QueryPlan/ProjectionStep.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 const NameToType & getNameToType() const { return name_to_type; }
51
52 bool isFinalProject() const { return final_project; }
53 bool isIndexProject() const { return index_project; }
54 std::shared_ptr<IQueryPlanStep> copy(ContextPtr) const override;
55 void setInputStreams(const DataStreams & input_streams_) override;

Callers 15

visitProjectionNodeMethod · 0.80
isIdentityFunction · 0.80
visitProjectionStepMethod · 0.80
visitProjectionNodeMethod · 0.80
isExpressionSharableStepFunction · 0.80
visitProjectionNodeMethod · 0.80
visitProjectionNodeMethod · 0.80
visitProjectionNodeMethod · 0.80
visitProjectionNodeMethod · 0.80
transformImplMethod · 0.80
insertLocalAggregateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected