Constant Field Values

Contents

org.apache.*

  • org.apache.iotdb.tsfile.encoding.decoder.GorillaDecoderV1 
    Modifier and Type Constant Field Value
    protected static final int EOF -1
  • org.apache.iotdb.tsfile.read.common.BatchData 
    Modifier and Type Constant Field Value
    protected static final int CAPACITY_THRESHOLD 1000
  • org.apache.iotdb.tsfile.read.filter.operator.NotFilter 
    Modifier and Type Constant Field Value
    public static final String CONTAIN_NOT_ERR_MSG "This predicate contains a not! Did you forget to run this predicate through PredicateRemoveNotRewriter? "