cz.proto.HashAggregateStatsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: operator.proto
package cz.proto;
public interface HashAggregateStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.HashAggregateStats)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.Timing assign_states_timing = 1;
* @return Whether the assignStatesTiming field is set.
*/
boolean hasAssignStatesTiming();
/**
* .cz.proto.Timing assign_states_timing = 1;
* @return The assignStatesTiming.
*/
cz.proto.Timing getAssignStatesTiming();
/**
* .cz.proto.Timing assign_states_timing = 1;
*/
cz.proto.TimingOrBuilder getAssignStatesTimingOrBuilder();
/**
* .cz.proto.Timing update_states_timing = 2;
* @return Whether the updateStatesTiming field is set.
*/
boolean hasUpdateStatesTiming();
/**
* .cz.proto.Timing update_states_timing = 2;
* @return The updateStatesTiming.
*/
cz.proto.Timing getUpdateStatesTiming();
/**
* .cz.proto.Timing update_states_timing = 2;
*/
cz.proto.TimingOrBuilder getUpdateStatesTimingOrBuilder();
/**
* .cz.proto.Timing output_timing = 3;
* @return Whether the outputTiming field is set.
*/
boolean hasOutputTiming();
/**
* .cz.proto.Timing output_timing = 3;
* @return The outputTiming.
*/
cz.proto.Timing getOutputTiming();
/**
* .cz.proto.Timing output_timing = 3;
*/
cz.proto.TimingOrBuilder getOutputTimingOrBuilder();
/**
* .cz.proto.HashTableStats ht_stats = 4;
* @return Whether the htStats field is set.
*/
boolean hasHtStats();
/**
* .cz.proto.HashTableStats ht_stats = 4;
* @return The htStats.
*/
cz.proto.HashTableStats getHtStats();
/**
* .cz.proto.HashTableStats ht_stats = 4;
*/
cz.proto.HashTableStatsOrBuilder getHtStatsOrBuilder();
/**
* uint64 states_used_memory = 5;
* @return The statesUsedMemory.
*/
long getStatesUsedMemory();
/**
* uint64 pass_through_rows = 6;
* @return The passThroughRows.
*/
long getPassThroughRows();
/**
* .cz.proto.SpillStats input_spill_stats = 7;
* @return Whether the inputSpillStats field is set.
*/
boolean hasInputSpillStats();
/**
* .cz.proto.SpillStats input_spill_stats = 7;
* @return The inputSpillStats.
*/
cz.proto.SpillStats getInputSpillStats();
/**
* .cz.proto.SpillStats input_spill_stats = 7;
*/
cz.proto.SpillStatsOrBuilder getInputSpillStatsOrBuilder();
/**
* .cz.proto.SpillStats aggregated_spill_stats = 8;
* @return Whether the aggregatedSpillStats field is set.
*/
boolean hasAggregatedSpillStats();
/**
* .cz.proto.SpillStats aggregated_spill_stats = 8;
* @return The aggregatedSpillStats.
*/
cz.proto.SpillStats getAggregatedSpillStats();
/**
* .cz.proto.SpillStats aggregated_spill_stats = 8;
*/
cz.proto.SpillStatsOrBuilder getAggregatedSpillStatsOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy