Package io.trino.hive.thrift.metastore
Class GetFileMetadataByExprResult
java.lang.Object
io.trino.hive.thrift.metastore.GetFileMetadataByExprResult
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<GetFileMetadataByExprResult>,org.apache.thrift.TBase<GetFileMetadataByExprResult,,GetFileMetadataByExprResult._Fields> org.apache.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.17.0)")
public class GetFileMetadataByExprResult
extends Object
implements org.apache.thrift.TBase<GetFileMetadataByExprResult,GetFileMetadataByExprResult._Fields>, Serializable, Cloneable, Comparable<GetFileMetadataByExprResult>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<GetFileMetadataByExprResult._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionPerforms a deep copy on other.GetFileMetadataByExprResult(Map<Long, MetadataPpdResult> metadata, boolean isSupported) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) intinthashCode()booleanbooleanReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field isSupported is set (has been assigned a value) and false otherwisebooleanReturns true if field metadata is set (has been assigned a value) and false otherwisevoidputToMetadata(long key, MetadataPpdResult val) voidread(org.apache.thrift.protocol.TProtocol iprot) voidsetFieldValue(GetFileMetadataByExprResult._Fields field, Object value) setIsSupported(boolean isSupported) voidsetIsSupportedIsSet(boolean value) setMetadata(Map<Long, MetadataPpdResult> metadata) voidsetMetadataIsSet(boolean value) toString()voidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<GetFileMetadataByExprResult._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
GetFileMetadataByExprResult
public GetFileMetadataByExprResult() -
GetFileMetadataByExprResult
-
GetFileMetadataByExprResult
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<GetFileMetadataByExprResult,GetFileMetadataByExprResult._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<GetFileMetadataByExprResult,GetFileMetadataByExprResult._Fields>
-
getMetadataSize
public int getMetadataSize() -
putToMetadata
-
getMetadata
-
setMetadata
-
unsetMetadata
public void unsetMetadata() -
isSetMetadata
public boolean isSetMetadata()Returns true if field metadata is set (has been assigned a value) and false otherwise -
setMetadataIsSet
public void setMetadataIsSet(boolean value) -
isIsSupported
public boolean isIsSupported() -
setIsSupported
-
unsetIsSupported
public void unsetIsSupported() -
isSetIsSupported
public boolean isSetIsSupported()Returns true if field isSupported is set (has been assigned a value) and false otherwise -
setIsSupportedIsSet
public void setIsSupportedIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<GetFileMetadataByExprResult,GetFileMetadataByExprResult._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<GetFileMetadataByExprResult,GetFileMetadataByExprResult._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<GetFileMetadataByExprResult,GetFileMetadataByExprResult._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<GetFileMetadataByExprResult>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<GetFileMetadataByExprResult,GetFileMetadataByExprResult._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-