MCPcopy Create free account
hub / github.com/SPLWare/esProc / calcRelationsNull

Method calcRelationsNull

src/main/java/com/scudata/array/ArrayUtil.java:254–365  ·  view source on GitHub ↗

计算数组的成员和null的关系 @param signs 数组成员是否为空标志,true为空 @param size 数组成员数 @param relation 比较关系 @param result 左侧计算结果,当前关系运算结果需要与左侧结果做逻辑&&或者||运算 @param isAnd true:与左侧做 && 运算,false:与左侧做 || 运算

(boolean []signs, int size, int relation, BoolArray result, boolean isAnd)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

calcRelationsMethod · 0.95
calcRelationsMethod · 0.95
calcRelationsMethod · 0.95
calcRelationsMethod · 0.95
calcRelationsMethod · 0.95
calcRelationsMethod · 0.95
calcRelationsMethod · 0.95

Calls 1

getDatasMethod · 0.45

Tested by

no test coverage detected