Preparing search index...
The search index is not available
nyadb - v1.0.0
nyadb
IColumnOptions
Interface IColumnOptions
interface
IColumnOptions
{
cacheSize
:
number
;
customHashFunction
?:
null
|
HashFunction
<
availableDataTypeForHash
>
;
keyType
:
dataType
;
memBufferConfig
:
IInMemoryBufferOptions
;
name
:
string
;
path
:
string
;
sstConfig
:
Omit
<
ISSTMangerOptions
,
"path"
|
"valueType"
|
"keyType"
>
;
valueType
:
dataType
;
walConfig
:
IWalFileOptions
;
}
Index
Properties
cache
Size
custom
Hash
Function?
key
Type
mem
Buffer
Config
name
path
sst
Config
value
Type
wal
Config
Properties
cache
Size
cache
Size
:
number
Optional
custom
Hash
Function
custom
Hash
Function
?:
null
|
HashFunction
<
availableDataTypeForHash
>
key
Type
key
Type
:
dataType
mem
Buffer
Config
mem
Buffer
Config
:
IInMemoryBufferOptions
name
name
:
string
path
path
:
string
sst
Config
sst
Config
:
Omit
<
ISSTMangerOptions
,
"path"
|
"valueType"
|
"keyType"
>
value
Type
value
Type
:
dataType
wal
Config
wal
Config
:
IWalFileOptions
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cache
Size
custom
Hash
Function
key
Type
mem
Buffer
Config
name
path
sst
Config
value
Type
wal
Config
src
typings
enum.ts
BloomFilterType
ColumnEvent
CompressionFlag
DatabaseMode
EncodingFlag
FileDataType
InMemBufferEvent
SaveMode
ThreadWorkType
WalMethod
interface.ts
IColumnOptions
IDataNodeOptions
IDatabaseOptions
IHeaderData
IInMemBufferEvents
IInMemoryBufferOptions
ILargeSSTFileOptions
IMetadata
ISSTFileOptions
ISSTMangerOptions
ISortAndMergeNode
ITableOptions
IThreadedMergeAndSort
IThreadedReadAll
IWalFileOptions
type.ts
DeepRequired
FileDataTypeMember
HashFunction
HashInputType
PossibleKeyType
TypedArray
availableDataTypeForHash
bool
dataType
f32
f64
float
i16
i32
i64
i8
numDataTypes
signedInt
str
u16
u32
u64
u8
unsignedInt
structs
BitArray.ts
BitArray
Filters.ts
BloomFilter
BufferNode.ts
BufferNode
Cache.ts
Cache
Column.ts
Column
Node.ts
DataNode
Database.ts
Database
InMemBuffer.ts
InMemoryBuffer
Mutex.ts
Mutex
Table.ts
Table
misc
Error.ts
NyaDBError
customHash.ts
hashDiscordIdCharWise
hashDiscordUserIdBigint
hashDiscordUserIdFNV1a
murmurhash3
files
SST.ts
SSTFile
BASE_BYTES
END_DELIMITER
HEADER
KVS_PER_PAGE
METADATA
SST_TABLE_MAGIC_NUMBER
START_DELIMITER
SUPPORTED_VERSION
Wal.ts
WalFile
WAL_END_DELIMITER
WAL_START_DELIMITER
managers
SST.ts
SSTManager
utils
dataType.ts
DataTypeToTypedArray
DataTypeToValue
TypedArrayToValue
ValueToBuffer
ValueToDataType
ValueToTypedArray
get4pointRangeOfDataType
getDataTypeByteLength
getDataTypeFromEnum
getEnumKeyFromDataType
timestampToUint8ArrayLE
checksum.ts
checksum
validateChecksum
sortAndMerge.ts
chunkify
sortAndMerge
array.ts
findLastIndex
bloom.ts
getCellAndHashCount
hash.ts
hashInt
hashu64
mergeOptions.ts
mergeOptions