Uses of Class
ai.heavy.thrift.calciteserver.TFilterPushDownInfo
-
Packages that use TFilterPushDownInfo Package Description ai.heavy.thrift.calciteserver -
-
Uses of TFilterPushDownInfo in ai.heavy.thrift.calciteserver
Fields in ai.heavy.thrift.calciteserver with type parameters of type TFilterPushDownInfo Modifier and Type Field Description List<TFilterPushDownInfo>TOptimizationOption. filter_push_down_infoMethods in ai.heavy.thrift.calciteserver that return TFilterPushDownInfo Modifier and Type Method Description TFilterPushDownInfoTFilterPushDownInfo. deepCopy()TFilterPushDownInfoTFilterPushDownInfo. setInput_next(int input_next)TFilterPushDownInfoTFilterPushDownInfo. setInput_prev(int input_prev)TFilterPushDownInfoTFilterPushDownInfo. setInput_start(int input_start)Methods in ai.heavy.thrift.calciteserver that return types with arguments of type TFilterPushDownInfo Modifier and Type Method Description List<TFilterPushDownInfo>TOptimizationOption. getFilter_push_down_info()Iterator<TFilterPushDownInfo>TOptimizationOption. getFilter_push_down_infoIterator()Methods in ai.heavy.thrift.calciteserver with parameters of type TFilterPushDownInfo Modifier and Type Method Description voidTOptimizationOption. addToFilter_push_down_info(TFilterPushDownInfo elem)intTFilterPushDownInfo. compareTo(TFilterPushDownInfo other)booleanTFilterPushDownInfo. equals(TFilterPushDownInfo that)Method parameters in ai.heavy.thrift.calciteserver with type arguments of type TFilterPushDownInfo Modifier and Type Method Description TOptimizationOptionTOptimizationOption. setFilter_push_down_info(List<TFilterPushDownInfo> filter_push_down_info)Constructors in ai.heavy.thrift.calciteserver with parameters of type TFilterPushDownInfo Constructor Description TFilterPushDownInfo(TFilterPushDownInfo other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.calciteserver with type arguments of type TFilterPushDownInfo Constructor Description TOptimizationOption(boolean is_view_optimize, boolean enable_watchdog, List<TFilterPushDownInfo> filter_push_down_info)
-