Package | Description |
---|---|
org.apache.paimon.index |
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,DeletionVectorMeta> |
IndexFileMeta.deletionVectorMetas() |
static LinkedHashMap<String,DeletionVectorMeta> |
IndexFileMetaSerializer.rowArrayDataToDvMetas(InternalArray arrayData) |
static LinkedHashMap<String,DeletionVectorMeta> |
IndexFileMeta09Serializer.rowArrayDataToDvMetas(InternalArray arrayData) |
Modifier and Type | Method and Description |
---|---|
static InternalArray |
IndexFileMetaSerializer.dvMetasToRowArrayData(Collection<DeletionVectorMeta> dvMetas) |
Constructor and Description |
---|
IndexFileMeta(String indexType,
String fileName,
long fileSize,
long rowCount,
LinkedHashMap<String,DeletionVectorMeta> deletionVectorMetas) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.