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

Method calcRelations

src/main/java/com/scudata/array/LongArray.java:5789–5805  ·  view source on GitHub ↗

计算两个数组的相对应的成员的关系运算,只计算result为真的行 @param array 右侧数组 @param relation 运算关系,参照Relation(大于、小于、等于、...) @param result 左侧计算结果,当前关系运算结果需要与左侧结果做逻辑&&或者||运算 @param isAnd true:与左侧做 && 运算,false:与左侧做 || 运算

(IArray array, int relation, BoolArray result, boolean isAnd)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

getInverseRelationMethod · 0.95
getMethod · 0.95
getMessageMethod · 0.95
getMethod · 0.95
getDataTypeMethod · 0.95
calcRelationsNullMethod · 0.95
getDataTypeMethod · 0.95
compareMethod · 0.95
calcRelationsMethod · 0.65
getMethod · 0.65
getDataTypeMethod · 0.65
compareToMethod · 0.65

Tested by

no test coverage detected