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