pub fn encode_window_execution_spec(
spec: &WindowExecutionSpec,
) -> Result<String, PlanError>Expand description
Validate and losslessly encode a window execution specification.
An empty aggregate list retains the historical default-count behavior and
is normalized to one count aggregate in the encoded representation.