14. Encoders
An encoder specifies how data is to be encoded. The syntax for theĀ encoders Ā is as follows:
encoder <encoder_name> : <encoder options>;
The encoder options are:
Option | Description |
---|---|
| Specifies what out-maps to use. At least one is required. |
| Specifies that this is a blocked format with a certain block size |
| Specifies the block filler used. This option has no effect if theĀ |
When encoding a record, the encoder tries each out-map in the order specified. If the out-map can encode the record, then this out-map is used, otherwise the next out-map is tried.
An out-map can encode the data if:
The record type matches the internal type specified in the out-map.
All format specific requirements are met. At the moment this evaluation is performed only for sequential data with anĀ
identified_by
Ā condition. Only data where the mapped fields meet the identification rule will be accepted. This is to support mapping to different external record types from the same internal type.Note!
There is no such thing as a constructed encoder. If the records are required to be forwarded in a specific order, an APL agent handling the output logic must precede the Encoder.