[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googledataflow.pp line 1923
type TPartialGroupByKeyInstruction = class(TGoogleBaseObject) |
protected |
procedure Setinput(); virtual; |
procedure SetinputElementCodec(); virtual; |
procedure SetvalueCombiningFn(); virtual; |
procedure SetsideInputs(); virtual; |
published |
property input: TInstructionInput; [rw] |
property inputElementCodec: TPartialGroupByKeyInstructionTypeinputElementCodec; [rw] |
property valueCombiningFn: TPartialGroupByKeyInstructionTypevalueCombiningFn; [rw] |
property sideInputs: TPartialGroupByKeyInstructionTypesideInputsArray; [rw] |
end; |
| |
| |
TObject |