| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.encoding.encoder |
| Modifier and Type | Class and Description |
|---|---|
static class |
TSEncodingBuilder.Dictionary |
static class |
TSEncodingBuilder.Freq
for INT32, INT64, FLOAT, DOUBLE.
|
static class |
TSEncodingBuilder.GorillaV1
for FLOAT, DOUBLE.
|
static class |
TSEncodingBuilder.GorillaV2
for FLOAT, DOUBLE, INT, LONG.
|
static class |
TSEncodingBuilder.Plain
for all TSDataType.
|
static class |
TSEncodingBuilder.Regular
for INT32, INT64
|
static class |
TSEncodingBuilder.Rle
for ENUMS, INT32, BOOLEAN, INT64, FLOAT, DOUBLE.
|
static class |
TSEncodingBuilder.Ts2Diff
for INT32, INT64, FLOAT, DOUBLE.
|
static class |
TSEncodingBuilder.Zigzag |
| Modifier and Type | Method and Description |
|---|---|
static TSEncodingBuilder |
TSEncodingBuilder.getEncodingBuilder(TSEncoding type)
return responding TSEncodingBuilder from a TSEncoding.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.