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

Function TEST_DEP_BIT

src/jrd/optimizer/Optimizer.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 inline bool TEST_DEP_BIT(const ULONG* array, const ULONG bit)
115 {
116 return (array[bit / BITS_PER_LONG] & (1L << (bit % BITS_PER_LONG))) != 0;
117 }
118
119 const int CACHE_PAGES_PER_STREAM = 15;
120

Callers 1

generateEquiJoinMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected