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

Method groupx

src/main/java/com/scudata/dm/cursor/ICursor.java:1108–1123  ·  view source on GitHub ↗

对游标进行外存分组汇总 @param exps 分组表达式数组 @param names 分组字段名数组 @param calcExps 汇总表达式 数组 @param calcNames 汇总字段名数组 @param opt 选项 @param ctx 计算上下文 @param capacity 内存中保存的最大分组结果数 @return ICursor 分组结果游标

(Expression[] exps, String []names, 
			Expression[] calcExps, String []calcNames, String opt, Context ctx, int capacity)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

updateMethod · 0.95
getMethod · 0.45
skipOverMethod · 0.45

Calls 6

groupx_nMethod · 0.95
fetchMethod · 0.95
lengthMethod · 0.95
pushMethod · 0.95
getResultCursorMethod · 0.95
indexOfMethod · 0.45

Tested by

no test coverage detected