SizeInBytesOnlyStatsPlanVisitor — LogicalPlanVisitor for Total Size (in Bytes) Statistic Only

SizeInBytesOnlyStatsPlanVisitor is a LogicalPlanVisitor that computes a single dimension for plan statistics, i.e. the total size (in bytes).

default Method

default(p: LogicalPlan): Statistics
Note
default is part of LogicalPlanVisitor Contract to compute the size statistic (in bytes) of a logical operator.

default requests a leaf logical operator for the statistics or creates a Statistics with the product of the sizeInBytes statistic of every child operator.

Note
default uses the cache of the estimated statistics of a logical operator so the statistics of an operator is computed once until it is invalidated.

visitIntersect Method

visitIntersect(p: Intersect): Statistics
Note
visitIntersect is part of LogicalPlanVisitor Contract to…​FIXME.

visitIntersect…​FIXME

visitJoin Method

visitJoin(p: Join): Statistics
Note
visitJoin is part of LogicalPlanVisitor Contract to…​FIXME.

visitJoin…​FIXME

results matching ""

    No results matching ""