MCPcopy Create free account
hub / github.com/PDAL/PDAL / whereExpr

Method whereExpr

pdal/Writer.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60{}
61
62const expr::ConditionalExpression* Writer::whereExpr() const
63{
64 if (!m_args->where.valid())
65 return nullptr;
66 return &(m_args->where);
67}
68
69
70Stage::WhereMergeMode Writer::mergeMode() const

Callers

nothing calls this directly

Calls 1

validMethod · 0.45

Tested by

no test coverage detected