Uses of Class
ai.heavy.thrift.calciteserver.TCompletionHintType
-
Packages that use TCompletionHintType Package Description ai.heavy.thrift.calciteserver -
-
Uses of TCompletionHintType in ai.heavy.thrift.calciteserver
Fields in ai.heavy.thrift.calciteserver declared as TCompletionHintType Modifier and Type Field Description TCompletionHintTypeTCompletionHint. typeMethods in ai.heavy.thrift.calciteserver that return TCompletionHintType Modifier and Type Method Description static TCompletionHintTypeTCompletionHintType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TCompletionHintTypeTCompletionHint. getType()static TCompletionHintTypeTCompletionHintType. valueOf(String name)Returns the enum constant of this type with the specified name.static TCompletionHintType[]TCompletionHintType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.calciteserver with parameters of type TCompletionHintType Modifier and Type Method Description TCompletionHintTCompletionHint. setType(TCompletionHintType type)Constructors in ai.heavy.thrift.calciteserver with parameters of type TCompletionHintType Constructor Description TCompletionHint(TCompletionHintType type, List<String> hints, String replaced)
-