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

Method getPathWriterInfo

src/function/gds/rec_joins.cpp:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24PathsOutputWriterInfo RJBindData::getPathWriterInfo() const {
25 auto info = PathsOutputWriterInfo();
26 info.semantic = semantic;
27 info.lowerBound = lowerBound;
28 info.flipPath = flipPath;
29 info.writeEdgeDirection = writePath && extendDirection == common::ExtendDirection::BOTH;
30 info.writePath = writePath;
31 return info;
32}
33
34} // namespace function
35} // namespace lbug

Callers 5

getOutputWriterMethod · 0.80
getOutputWriterMethod · 0.80
getOutputWriterMethod · 0.80
getOutputWriterMethod · 0.80
getOutputWriterMethod · 0.80

Calls 1

Tested by

no test coverage detected