@rex0220/kintone-sql-tools 3.81.0 → 3.83.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cli/ksql.js CHANGED
@@ -24232,6 +24232,7 @@ function collectRequiredFieldsByTable(stmt, plainGroupByPlan, sourceAware) {
24232
24232
  };
24233
24233
  const walkFieldValue = (fv, phase = "select") => {
24234
24234
  if (fv.type === "FIELD") {
24235
+ if (fv.hiddenWindowRef) return;
24235
24236
  if (fv.aggregateRef) {
24236
24237
  walkAgg(fv.aggregateRef, phase);
24237
24238
  return;