Uses of Class
com.omnisci.thrift.calciteserver.TCompletionHintType
-
Packages that use TCompletionHintType Package Description com.omnisci.thrift.calciteserver -
-
Uses of TCompletionHintType in com.omnisci.thrift.calciteserver
Fields in com.omnisci.thrift.calciteserver declared as TCompletionHintType Modifier and Type Field Description TCompletionHintTypeTCompletionHint. typeMethods in com.omnisci.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 com.omnisci.thrift.calciteserver with parameters of type TCompletionHintType Modifier and Type Method Description TCompletionHintTCompletionHint. setType(TCompletionHintType type)Constructors in com.omnisci.thrift.calciteserver with parameters of type TCompletionHintType Constructor Description TCompletionHint(TCompletionHintType type, List<String> hints, String replaced)
-