MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / WindowMap

Class WindowMap

src/dsql/dsql.h:443–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441};
442
443struct WindowMap
444{
445 WindowMap(WindowClause* aWindow)
446 : partitionRemapped(NULL),
447 window(aWindow),
448 map(NULL),
449 context(0)
450 {
451 }
452
453 NestConst<ValueListNode> partitionRemapped;
454 NestConst<WindowClause> window;
455 dsql_map* map;
456 USHORT context;
457};
458
459//! Context block used to create an instance of a relation reference
460class dsql_ctx : public pool_alloc<dsql_type_ctx>

Callers 1

getWindowMapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected