Class BooleanLiteral


  • public class BooleanLiteral
    extends Literal
    • Constructor Detail

      • BooleanLiteral

        public BooleanLiteral​(java.lang.String value)
      • BooleanLiteral

        public BooleanLiteral​(boolean value)
    • Method Detail

      • serialize

        public void serialize​(java.nio.ByteBuffer byteBuffer)
        Specified by:
        serialize in class Literal
      • serialize

        public void serialize​(java.io.DataOutputStream stream)
                       throws java.io.IOException
        Specified by:
        serialize in class Literal
        Throws:
        java.io.IOException
      • isDataTypeConsistency

        public boolean isDataTypeConsistency​(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType)
        Specified by:
        isDataTypeConsistency in class Literal
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getBinary

        public org.apache.iotdb.tsfile.utils.Binary getBinary()
        Overrides:
        getBinary in class Literal