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