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.encoding.encoder.DeltaBinaryEncoder 
    Modifier and Type Constant Field Value
    protected static final int BLOCK_DEFAULT_SIZE 128
  • org.apache.iotdb.tsfile.encoding.encoder.Encoder 
    Modifier and Type Constant Field Value
    public static final java.lang.String MAX_POINT_NUMBER "max_point_number"
    public static final java.lang.String MAX_STRING_LENGTH "max_string_length"
  • org.apache.iotdb.tsfile.encoding.encoder.RegularDataEncoder 
    Modifier and Type Constant Field Value
    protected static final int BLOCK_DEFAULT_SIZE 128
  • org.apache.iotdb.tsfile.encoding.encoder.RLBE 
    Modifier and Type Constant Field Value
    protected static final int BLOCK_DEFAULT_SIZE 10000
  • 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 java.lang.String CONTAIN_NOT_ERR_MSG "This predicate contains a not! Did you forget to run this predicate through PredicateRemoveNotRewriter? "