| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DistributedReal64), | intent(in) | :: | stats | |||
| character(len=*), | intent(in) | :: | option | |||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DistributedInteger), | intent(in) | :: | stats | |||
| character(len=*), | intent(in) | :: | option | |||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DistributedInteger), | intent(in) | :: | stats | |||
| character(len=*), | intent(in) | :: | option | |||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DistributedReal64), | intent(in) | :: | stats | |||
| character(len=*), | intent(in) | :: | option | |||
| class(*), | intent(out), | allocatable | :: | row |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AbstractColumn), | intent(in) | :: | this | |||
| class(AbstractMeterNode), | intent(in), | target | :: | node |
type, abstract :: AbstractColumn private contains procedure(i_get_rows), deferred :: get_rows procedure, nopass :: fill_row_real64_stats procedure, nopass :: fill_row_integer_stats generic :: fill_row => fill_row_real64_stats, fill_row_integer_stats end type AbstractColumn