Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
registerTable
Method · 0.95
testGetTableToken
Method · 0.95
getOrCreateTable
Method · 0.95
getOrCreateTable
Method · 0.95
initCacheEntry
Method · 0.95
getTableUpdateDetailsFromSharedArea
Method · 0.95
prepareTable
Method · 0.95
authorizeCompileView
Method · 0.95
checkViewModification
Method · 0.95
compileAlterView
Method · 0.95
compileDrop
Method · 0.95
executeCreateTable
Method · 0.95
Calls
no outgoing calls
Tested by
2
registerTable
Method · 0.76
testGetTableToken
Method · 0.76