Class DerivedSchemaEntry


  • public class DerivedSchemaEntry
    extends GeneratedSchemaEntry
    Derived schemas are designed for write compute operations. The schema contains available operations that SN could apply on top of the record. Derived schemas can be generated automatically from value schemas and each value schema can have multiple derived schemas.Check out WriteComputeSchemaConverter for all available operations and how it gets generated.
    • Constructor Detail

      • DerivedSchemaEntry

        public DerivedSchemaEntry​(int valueSchemaId,
                                  int protocolVersion,
                                  java.lang.String schemaStr)
      • DerivedSchemaEntry

        public DerivedSchemaEntry​(int valueSchemaId,
                                  int protocolVersion,
                                  org.apache.avro.Schema schema)
      • DerivedSchemaEntry

        public DerivedSchemaEntry​(int valueSchemaId,
                                  int protocolVersion,
                                  byte[] bytes)