Class InsertRowStatement

    • Constructor Detail

      • InsertRowStatement

        public InsertRowStatement()
    • Method Detail

      • getPaths

        public java.util.List<org.apache.iotdb.commons.path.PartialPath> getPaths()
        Overrides:
        getPaths in class InsertBaseStatement
      • getTime

        public long getTime()
      • setTime

        public void setTime​(long time)
      • getValues

        public java.lang.Object[] getValues()
      • setValues

        public void setValues​(java.lang.Object[] values)
      • isNeedInferType

        public boolean isNeedInferType()
      • setNeedInferType

        public void setNeedInferType​(boolean needInferType)
      • getTimePartitionSlots

        public java.util.List<org.apache.iotdb.common.rpc.thrift.TTimePartitionSlot> getTimePartitionSlots()
      • collectRedirectInfo

        public java.util.List<org.apache.iotdb.common.rpc.thrift.TEndPoint> collectRedirectInfo​(org.apache.iotdb.commons.partition.DataPartition dataPartition)
        Specified by:
        collectRedirectInfo in class InsertBaseStatement