MCPcopy Index your code
hub / github.com/SPLWare/esProc / iselect

Method iselect

src/main/java/com/scudata/dm/BFileReader.java:603–775  ·  view source on GitHub ↗

从对x有序的文件f读出x在序列A中的记录构成游标 从当前数据集中,选出key值在values中的记录,选取fields字段值构成新表。并返回新表的游标。 @param key 已经排好序的字段的字段名。 @param values 参考值,由key字段与这些值做对比 @param fields 字段名列表,最终得结果表,由这些字段组成 @param opt e:字段在源序表中不存在时将生成null,缺省将报错 @param ctx 上下文变量 @return 返回筛选出的数据集的游标

(String key, Sequence values, String []fields, String opt, Context ctx)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

searchMethod · 0.95

Calls 15

openMethod · 0.95
getMethod · 0.95
getMessageMethod · 0.95
positionMethod · 0.95
seekMethod · 0.95
readRecordMethod · 0.95
getMemMethod · 0.95
compareMethod · 0.95
closeMethod · 0.95
reopenMethod · 0.95
addMethod · 0.95
sizeMethod · 0.95

Tested by

no test coverage detected