Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
const expr::ConditionalExpression* Writer::whereExpr() const
63
{
64
if (!m_args->where.valid())
65
return nullptr;
66
return &(m_args->where);
67
}
68
69
70
Stage::WhereMergeMode Writer::mergeMode() const
Callers
nothing calls this directly
Calls
1
valid
Method · 0.45
Tested by
no test coverage detected