Class DescribeOperator

All Implemented Interfaces:
Serializable, Cloneable, GraphPatternGroupable, QueryModelNode, TupleExpr, VariableScopeChange
Direct Known Subclasses:
FederatedDescribeOperator

public class DescribeOperator extends UnaryTupleOperator
Author:
Jeen Broekstra
See Also:
  • Constructor Details

    • DescribeOperator

      public DescribeOperator(TupleExpr arg)
  • Method Details

    • visit

      public <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X
      Description copied from interface: QueryModelNode
      Visits this node. The node reports itself to the visitor with the proper runtime type.
      Throws:
      X