Class TDataFrame

    • Field Detail

      • sm_size

        public long sm_size
      • df_size

        public long df_size
      • execution_time_ms

        public long execution_time_ms
      • arrow_conversion_time_ms

        public long arrow_conversion_time_ms
      • metaDataMap

        public static final Map<TDataFrame._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
    • Constructor Detail

      • TDataFrame

        public TDataFrame()
      • TDataFrame

        public TDataFrame​(ByteBuffer sm_handle,
                          long sm_size,
                          ByteBuffer df_handle,
                          long df_size,
                          long execution_time_ms,
                          long arrow_conversion_time_ms,
                          ByteBuffer df_buffer)
      • TDataFrame

        public TDataFrame​(TDataFrame other)
        Performs a deep copy on other.
    • Method Detail

      • getSm_handle

        public byte[] getSm_handle()
      • bufferForSm_handle

        public ByteBuffer bufferForSm_handle()
      • setSm_handle

        public TDataFrame setSm_handle​(byte[] sm_handle)
      • unsetSm_handle

        public void unsetSm_handle()
      • isSetSm_handle

        public boolean isSetSm_handle()
        Returns true if field sm_handle is set (has been assigned a value) and false otherwise
      • setSm_handleIsSet

        public void setSm_handleIsSet​(boolean value)
      • getSm_size

        public long getSm_size()
      • setSm_size

        public TDataFrame setSm_size​(long sm_size)
      • unsetSm_size

        public void unsetSm_size()
      • isSetSm_size

        public boolean isSetSm_size()
        Returns true if field sm_size is set (has been assigned a value) and false otherwise
      • setSm_sizeIsSet

        public void setSm_sizeIsSet​(boolean value)
      • getDf_handle

        public byte[] getDf_handle()
      • bufferForDf_handle

        public ByteBuffer bufferForDf_handle()
      • setDf_handle

        public TDataFrame setDf_handle​(byte[] df_handle)
      • unsetDf_handle

        public void unsetDf_handle()
      • isSetDf_handle

        public boolean isSetDf_handle()
        Returns true if field df_handle is set (has been assigned a value) and false otherwise
      • setDf_handleIsSet

        public void setDf_handleIsSet​(boolean value)
      • getDf_size

        public long getDf_size()
      • setDf_size

        public TDataFrame setDf_size​(long df_size)
      • unsetDf_size

        public void unsetDf_size()
      • isSetDf_size

        public boolean isSetDf_size()
        Returns true if field df_size is set (has been assigned a value) and false otherwise
      • setDf_sizeIsSet

        public void setDf_sizeIsSet​(boolean value)
      • getExecution_time_ms

        public long getExecution_time_ms()
      • setExecution_time_ms

        public TDataFrame setExecution_time_ms​(long execution_time_ms)
      • unsetExecution_time_ms

        public void unsetExecution_time_ms()
      • isSetExecution_time_ms

        public boolean isSetExecution_time_ms()
        Returns true if field execution_time_ms is set (has been assigned a value) and false otherwise
      • setExecution_time_msIsSet

        public void setExecution_time_msIsSet​(boolean value)
      • getArrow_conversion_time_ms

        public long getArrow_conversion_time_ms()
      • setArrow_conversion_time_ms

        public TDataFrame setArrow_conversion_time_ms​(long arrow_conversion_time_ms)
      • unsetArrow_conversion_time_ms

        public void unsetArrow_conversion_time_ms()
      • isSetArrow_conversion_time_ms

        public boolean isSetArrow_conversion_time_ms()
        Returns true if field arrow_conversion_time_ms is set (has been assigned a value) and false otherwise
      • setArrow_conversion_time_msIsSet

        public void setArrow_conversion_time_msIsSet​(boolean value)
      • getDf_buffer

        public byte[] getDf_buffer()
      • bufferForDf_buffer

        public ByteBuffer bufferForDf_buffer()
      • setDf_buffer

        public TDataFrame setDf_buffer​(byte[] df_buffer)
      • unsetDf_buffer

        public void unsetDf_buffer()
      • isSetDf_buffer

        public boolean isSetDf_buffer()
        Returns true if field df_buffer is set (has been assigned a value) and false otherwise
      • setDf_bufferIsSet

        public void setDf_bufferIsSet​(boolean value)
      • isSet

        public boolean isSet​(TDataFrame._Fields field)
        Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
        Specified by:
        isSet in interface org.apache.thrift.TBase<TDataFrame,​TDataFrame._Fields>
      • equals

        public boolean equals​(TDataFrame that)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.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:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException