EXPORT INTEGER PHYSICALLENGTH(type alias) := expression;
type | The value type of the input parameter to the function. |
alias | The name of the input to use in the expression. |
expression | The operation to perform on the input. |
PHYSICALLENGTH defines the callback function to determine the storage requirements of the logical format in the specified physical format. This function defines how many bytes the data occupies on disk.