@malloydata/malloy 0.0.56-dev230710205111 → 0.0.56-dev230710210339

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.
@@ -824,6 +824,7 @@ export declare class PipelineFromNameContext extends ParserRuleContext {
824
824
  }
825
825
  export declare class FirstSegmentContext extends ParserRuleContext {
826
826
  queryProperties(): QueryPropertiesContext | undefined;
827
+ ARROW(): TerminalNode | undefined;
827
828
  exploreQueryName(): ExploreQueryNameContext | undefined;
828
829
  queryRefinement(): QueryRefinementContext | undefined;
829
830
  constructor(parent: ParserRuleContext | undefined, invokingState: number);