Packages

trait LogicalPlanStats extends AnyRef

A trait to add statistics propagation to LogicalPlan.

Self Type
LogicalPlan
Linear Supertypes
AnyRef, Any
Known Subclasses
NamedRelation, ResolvedNamespace, ResolvedTable, ResolvedView, UnresolvedHaving, UnresolvedInlineTable, UnresolvedNamespace, UnresolvedRelation, UnresolvedSubqueryColumnAliases, UnresolvedTable, UnresolvedTableOrView, UnresolvedTableValuedFunction, UnresolvedV2Relation, HiveTableRelation, UnresolvedCatalogRelation, DummyExpressionHolder, OrderedJoin, Aggregate, AlterNamespaceSetLocation, AlterNamespaceSetProperties, AlterTable, AlterTableAddColumnsStatement, AlterTableAddPartitionStatement, AlterTableAlterColumnStatement, AlterTableDropColumnsStatement, AlterTableDropPartitionStatement, AlterTableRecoverPartitionsStatement, AlterTableRenameColumnStatement, AlterTableRenamePartitionStatement, AlterTableSerDePropertiesStatement, AlterTableSetLocationStatement, AlterTableSetPropertiesStatement, AlterTableUnsetPropertiesStatement, AlterViewAsStatement, AlterViewSetPropertiesStatement, AlterViewUnsetPropertiesStatement, AnalyzeColumnStatement, AnalyzeTableStatement, AppendColumns, AppendColumnsWithObject, AppendData, ArrowEvalPython, BaseEvalPython, BatchEvalPython, BinaryNode, CacheTableStatement, CoGroup, CollectMetrics, Command, CommentOnNamespace, CommentOnTable, CreateFunctionStatement, CreateNamespace, CreateNamespaceStatement, CreateTableAsSelect, CreateTableAsSelectStatement, CreateTableStatement, CreateV2Table, CreateViewStatement, Deduplicate, DeleteFromTable, DescribeColumnStatement, DescribeFunctionStatement, DescribeNamespace, DescribeRelation, DeserializeToObject, Distinct, DropFunctionStatement, DropNamespace, DropTable, DropTableStatement, DropViewStatement, EventTimeWatermark, Except, Expand, Filter, FlatMapCoGroupsInPandas, FlatMapGroupsInPandas, FlatMapGroupsInR, FlatMapGroupsInRWithArrow, FlatMapGroupsWithState, Generate, GlobalLimit, GroupingSets, IgnoreCachedData, InsertIntoDir, InsertIntoStatement, Intersect, Join, LeafNode, LoadDataStatement, LocalLimit, LocalRelation, LogicalPlan, MapElements, MapGroups, MapInPandas, MapPartitions, MapPartitionsInR, MapPartitionsInRWithArrow, MergeIntoTable, ObjectConsumer, ObjectProducer, OneRowRelation, OrderPreservingUnaryNode, OverwriteByExpression, OverwritePartitionsDynamic, ParsedStatement, Pivot, Project, Range, RefreshTable, RefreshTableStatement, RenameTable, RenameTableStatement, RepairTableStatement, Repartition, RepartitionByExpression, RepartitionOperation, ReplaceTable, ReplaceTableAsSelect, ReplaceTableAsSelectStatement, ReplaceTableStatement, ResolvedHint, ReturnAnswer, Sample, ScriptTransformation, SerializeFromObject, SetCatalogAndNamespace, SetOperation, ShowColumnsStatement, ShowCreateTableStatement, ShowCurrentNamespace, ShowCurrentNamespaceStatement, ShowFunctionsStatement, ShowNamespaces, ShowPartitionsStatement, ShowTableProperties, ShowTableStatement, ShowTables, ShowViews, Sort, Subquery, SubqueryAlias, SupportsSubquery, Tail, TruncateTableStatement, TypedFilter, UnaryNode, UncacheTableStatement, Union, UnresolvedHint, UpdateTable, UseStatement, V2CreateTablePlan, V2WriteCommand, View, Window, With, WithWindowDefinition, DataSourceV2Relation, DataSourceV2ScanRelation, StreamingDataSourceV2Relation
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogicalPlanStats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def invalidateStatsCache(): Unit

    Invalidates the stats cache.

    Invalidates the stats cache. See stats for more information.

  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def stats: Statistics

    Returns the estimated statistics for the current logical plan node.

    Returns the estimated statistics for the current logical plan node. Under the hood, this method caches the return value, which is computed based on the configuration passed in the first time. If the configuration changes, the cache can be invalidated by calling invalidateStatsCache().

  17. val statsCache: Option[Statistics]

    A cache for the estimated statistics, such that it will only be computed once.

    A cache for the estimated statistics, such that it will only be computed once.

    Attributes
    protected
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped