drupflare/worker - v1.0.0
Preparing search index...
db/heap-store
snapshotPageIndex
Function snapshotPageIndex
snapshotPageIndex
(
sql
:
HeapSql
,
id
:
number
,
)
:
|
{
handles
:
HandleRecord
[]
;
pageIndex
:
number
[]
;
streams
:
StreamRecord
[]
;
}
|
null
the page index, fd table and handle table for one snapshot, without touching a single chunk
Parameters
sql
:
HeapSql
id
:
number
Returns
{
handles
:
HandleRecord
[]
;
pageIndex
:
number
[]
;
streams
:
StreamRecord
[]
}
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
drupflare/worker - v1.0.0
Loading...
the page index, fd table and handle table for one snapshot, without touching a single chunk