Uses of Class
io.trino.orc.OrcWriterStats.FlushReason
-
Packages that use OrcWriterStats.FlushReason Package Description io.trino.orc -
-
Uses of OrcWriterStats.FlushReason in io.trino.orc
Methods in io.trino.orc that return OrcWriterStats.FlushReason Modifier and Type Method Description static OrcWriterStats.FlushReasonOrcWriterStats.FlushReason. valueOf(String name)Returns the enum constant of this type with the specified name.static OrcWriterStats.FlushReason[]OrcWriterStats.FlushReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.orc with parameters of type OrcWriterStats.FlushReason Modifier and Type Method Description voidOrcWriterStats. recordStripeWritten(OrcWriterStats.FlushReason flushReason, long stripeBytes, int stripeRows, int dictionaryBytes)
-