Package org.apache.beam.sdk.extensions.sql.impl.planner
package org.apache.beam.sdk.extensions.sql.impl.planner
BeamQueryPlanner
is the main interface. It defines data sources, validate a SQL
statement, and convert it as a Beam pipeline.-
ClassDescription
VolcanoCost
represents the cost of a plan node.Implementation ofRelOptCostFactory
that createsBeamCostModel
s.customized data type in Beam.customized data type in Beam.RuleSet
used inBeamQueryPlanner
.This is a utility class to represent rowCount, rate and window.This is a metadata used for row count and rate estimation.Handler API.This is the implementation of NodeStatsMetadata.