MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getDataPos

Method getDataPos

src/processor/map/plan_mapper.cpp:242–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242std::vector<DataPos> PlanMapper::getDataPos(const expression_vector& expressions,
243 const Schema& schema) {
244 std::vector<DataPos> result;
245 for (auto& expression : expressions) {
246 result.emplace_back(getDataPos(*expression, schema));
247 }
248 return result;
249}
250
251FactorizedTableSchema PlanMapper::createFlatFTableSchema(const expression_vector& expressions,
252 const Schema& schema) {

Callers 1

getPhysicalPlanMethod · 0.45

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected