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

Method createIndexTable

src/main/java/com/scudata/dm/Table.java:1936–1938  ·  view source on GitHub ↗

用主键创建索引表 @param opt m:并行建立,s:键是排号时则建立成多层树状索引, b:序表按主键有序,用二分法找(此选项适合主键为字符串,维表记录少的情况,字符串算哈希比较慢)

(String opt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

rebuildIndexTableMethod · 0.95
calculateMethod · 0.95
createSortIndexMethod · 0.95
createFullTextIndexMethod · 0.95
calculateMethod · 0.45
calculateMethod · 0.45
createIndexMethod · 0.45
getRowsMethod · 0.45

Calls 10

getMethod · 0.95
getMessageMethod · 0.95
createMethod · 0.95
isSeqKeyMethod · 0.80
getTimeKeyCountMethod · 0.80
newIndexTableMethod · 0.80
lengthMethod · 0.45
getPKIndexMethod · 0.45
setPrimaryMethod · 0.45
indexOfMethod · 0.45

Tested by

no test coverage detected