Uses of Class
ai.heavy.thrift.calciteserver.TCompletionHint._Fields
-
Packages that use TCompletionHint._Fields Package Description ai.heavy.thrift.calciteserver -
-
Uses of TCompletionHint._Fields in ai.heavy.thrift.calciteserver
Fields in ai.heavy.thrift.calciteserver with type parameters of type TCompletionHint._Fields Modifier and Type Field Description static Map<TCompletionHint._Fields,org.apache.thrift.meta_data.FieldMetaData>TCompletionHint. metaDataMapMethods in ai.heavy.thrift.calciteserver that return TCompletionHint._Fields Modifier and Type Method Description TCompletionHint._FieldsTCompletionHint. fieldForId(int fieldId)static TCompletionHint._FieldsTCompletionHint._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static TCompletionHint._FieldsTCompletionHint._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static TCompletionHint._FieldsTCompletionHint._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static TCompletionHint._FieldsTCompletionHint._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static TCompletionHint._Fields[]TCompletionHint._Fields. 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 TCompletionHint._Fields Modifier and Type Method Description ObjectTCompletionHint. getFieldValue(TCompletionHint._Fields field)booleanTCompletionHint. isSet(TCompletionHint._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidTCompletionHint. setFieldValue(TCompletionHint._Fields field, Object value)
-