Interface QueryOperation

    • Method Detail

      • getResolvedSchema

        ResolvedSchema getResolvedSchema()
        Resolved schema of this operation.
      • asSerializableString

        default String asSerializableString()
        Returns a string that fully serializes this instance. The serialized string can be used for storing the query in e.g. a Catalog as a view.
        Returns:
        detailed string for persisting in a catalog
        See Also:
        Operation.asSummaryString()