Constructor and Description |
---|
IndexFileMeta(String indexType,
String fileName,
long fileSize,
long rowCount) |
IndexFileMeta(String indexType,
String fileName,
long fileSize,
long rowCount,
LinkedHashMap<String,DeletionVectorMeta> deletionVectorMetas) |
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,DeletionVectorMeta> |
deletionVectorMetas() |
boolean |
equals(Object o) |
String |
fileName() |
long |
fileSize() |
int |
hashCode() |
String |
indexType() |
long |
rowCount() |
String |
toString() |
public static final RowType SCHEMA
public IndexFileMeta(String indexType, String fileName, long fileSize, long rowCount, @Nullable LinkedHashMap<String,DeletionVectorMeta> deletionVectorMetas)
public String indexType()
public String fileName()
public long fileSize()
public long rowCount()
@Nullable public LinkedHashMap<String,DeletionVectorMeta> deletionVectorMetas()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.