Constructor and Description |
---|
BucketEntry(BinaryRow partition,
int bucket,
long recordCount,
long fileSizeInBytes,
long fileCount,
long lastFileCreationTime) |
Modifier and Type | Method and Description |
---|---|
int |
bucket() |
boolean |
equals(Object o) |
long |
fileCount() |
long |
fileSizeInBytes() |
static BucketEntry |
fromManifestEntry(ManifestEntry entry) |
int |
hashCode() |
long |
lastFileCreationTime() |
BucketEntry |
merge(BucketEntry entry) |
static void |
merge(Collection<BucketEntry> from,
Map<Pair<BinaryRow,Integer>,BucketEntry> to) |
static Collection<BucketEntry> |
merge(Collection<ManifestEntry> fileEntries) |
BinaryRow |
partition() |
long |
recordCount() |
public BucketEntry(BinaryRow partition, int bucket, long recordCount, long fileSizeInBytes, long fileCount, long lastFileCreationTime)
public BinaryRow partition()
public int bucket()
public long recordCount()
public long fileSizeInBytes()
public long fileCount()
public long lastFileCreationTime()
public BucketEntry merge(BucketEntry entry)
public static BucketEntry fromManifestEntry(ManifestEntry entry)
public static Collection<BucketEntry> merge(Collection<ManifestEntry> fileEntries)
public static void merge(Collection<BucketEntry> from, Map<Pair<BinaryRow,Integer>,BucketEntry> to)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.