public class IndexFileMeta09Serializer extends Object implements Serializable
IndexFileMeta
with 0.9 version.Modifier and Type | Field and Description |
---|---|
protected InternalRowSerializer |
rowSerializer |
static RowType |
SCHEMA |
Constructor and Description |
---|
IndexFileMeta09Serializer() |
Modifier and Type | Method and Description |
---|---|
IndexFileMeta |
deserialize(DataInputView in) |
List<IndexFileMeta> |
deserializeList(DataInputView source) |
IndexFileMeta |
fromRow(InternalRow row) |
static LinkedHashMap<String,DeletionVectorMeta> |
rowArrayDataToDvMetas(InternalArray arrayData) |
public static final RowType SCHEMA
protected final InternalRowSerializer rowSerializer
public IndexFileMeta fromRow(InternalRow row)
public final List<IndexFileMeta> deserializeList(DataInputView source) throws IOException
IOException
public IndexFileMeta deserialize(DataInputView in) throws IOException
IOException
public static LinkedHashMap<String,DeletionVectorMeta> rowArrayDataToDvMetas(InternalArray arrayData)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.