Class CodecInfo
java.lang.Object
io.deephaven.parquet.table.metadata.CodecInfo
Representation class for codec information stored in key-value metadata for Deephaven-written Parquet files.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CodecInfo
public CodecInfo()
-
-
Method Details
-
codecName
- Returns:
- Codec name, currently always a Java class name
-
codecArg
- Returns:
- Implementation-defined argument string
-
dataType
- Returns:
- Data type produced by the codec, currently always a Java class name
-
componentType
- Returns:
- Component type for array and vector data types, currently always a Java class name
-
builder
-