| Package | Description |
|---|---|
| org.apache.flink.api.common.io |
| Modifier and Type | Class and Description |
|---|---|
static class |
FileInputFormat.FileBaseStatistics
Encapsulation of the basic statistics the optimizer obtains about a file.
|
| Modifier and Type | Method and Description |
|---|---|
BaseStatistics |
InputFormat.getStatistics(BaseStatistics cachedStatistics)
Gets the basic statistics from the input described by this format.
|
BaseStatistics |
ReplicatingInputFormat.getStatistics(BaseStatistics cachedStatistics) |
BaseStatistics |
GenericInputFormat.getStatistics(BaseStatistics cachedStatistics) |
| Modifier and Type | Method and Description |
|---|---|
FileInputFormat.FileBaseStatistics |
DelimitedInputFormat.getStatistics(BaseStatistics cachedStats) |
FileInputFormat.FileBaseStatistics |
FileInputFormat.getStatistics(BaseStatistics cachedStats)
Obtains basic file statistics containing only file size.
|
org.apache.flink.api.common.io.BinaryInputFormat.SequentialStatistics |
BinaryInputFormat.getStatistics(BaseStatistics cachedStats) |
BaseStatistics |
InputFormat.getStatistics(BaseStatistics cachedStatistics)
Gets the basic statistics from the input described by this format.
|
BaseStatistics |
ReplicatingInputFormat.getStatistics(BaseStatistics cachedStatistics) |
BaseStatistics |
GenericInputFormat.getStatistics(BaseStatistics cachedStatistics) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.