MCPcopy Create free account
hub / github.com/questdb/questdb / isView

Method isView

core/src/main/java/io/questdb/cairo/TableToken.java:161–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 }
160
161 public boolean isView() {
162 return type == Type.VIEW;
163 }
164
165 public boolean isWal() {
166 return isWal;

Callers 15

registerTableMethod · 0.95
testGetTableTokenMethod · 0.95
getOrCreateTableMethod · 0.95
getOrCreateTableMethod · 0.95
initCacheEntryMethod · 0.95
prepareTableMethod · 0.95
authorizeCompileViewMethod · 0.95
checkViewModificationMethod · 0.95
compileAlterViewMethod · 0.95
compileDropMethod · 0.95
executeCreateTableMethod · 0.95

Calls

no outgoing calls

Tested by 2

registerTableMethod · 0.76
testGetTableTokenMethod · 0.76