Constructor and Description |
---|
IndexManifestEntry(FileKind kind,
BinaryRow partition,
int bucket,
IndexFileMeta indexFile) |
Modifier and Type | Method and Description |
---|---|
int |
bucket() |
boolean |
equals(Object o) |
int |
hashCode() |
IndexFileMeta |
indexFile() |
FileKind |
kind() |
BinaryRow |
partition() |
IndexManifestEntry |
toDeleteEntry() |
String |
toString() |
public static final RowType SCHEMA
public IndexManifestEntry(FileKind kind, BinaryRow partition, int bucket, IndexFileMeta indexFile)
public IndexManifestEntry toDeleteEntry()
public FileKind kind()
public BinaryRow partition()
public int bucket()
public IndexFileMeta indexFile()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.