Uses of Class
org.apache.parquet.avro.LogicalTypesTest
-
-
Uses of LogicalTypesTest in org.apache.parquet.avro
Methods in org.apache.parquet.avro that return LogicalTypesTest Modifier and Type Method Description LogicalTypesTestLogicalTypesTest.Builder. build()static LogicalTypesTestLogicalTypesTest. fromByteBuffer(ByteBuffer b)Deserializes a LogicalTypesTest from a ByteBuffer.Methods in org.apache.parquet.avro that return types with arguments of type LogicalTypesTest Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<LogicalTypesTest>LogicalTypesTest. createDecoder(org.apache.avro.message.SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<LogicalTypesTest>LogicalTypesTest. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<LogicalTypesTest>LogicalTypesTest. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in org.apache.parquet.avro with parameters of type LogicalTypesTest Modifier and Type Method Description static LogicalTypesTest.BuilderLogicalTypesTest. newBuilder(LogicalTypesTest other)Creates a new LogicalTypesTest RecordBuilder by copying an existing LogicalTypesTest instance.
-