Uses of Interface
org.apache.druid.sql.destination.IngestDestination
Packages that use IngestDestination
Package
Description
-
Uses of IngestDestination in org.apache.druid.sql.calcite.planner
Fields in org.apache.druid.sql.calcite.planner declared as IngestDestination -
Uses of IngestDestination in org.apache.druid.sql.calcite.run
Methods in org.apache.druid.sql.calcite.run with parameters of type IngestDestinationModifier and TypeMethodDescriptionNativeSqlEngine.buildQueryMakerForInsert(IngestDestination destination, org.apache.calcite.rel.RelRoot relRoot, PlannerContext plannerContext) SqlEngine.buildQueryMakerForInsert(IngestDestination destination, org.apache.calcite.rel.RelRoot relRoot, PlannerContext plannerContext) Create aQueryMakerfor an INSERT ... -
Uses of IngestDestination in org.apache.druid.sql.calcite.view
Methods in org.apache.druid.sql.calcite.view with parameters of type IngestDestinationModifier and TypeMethodDescriptionViewSqlEngine.buildQueryMakerForInsert(IngestDestination destination, org.apache.calcite.rel.RelRoot relRoot, PlannerContext plannerContext) -
Uses of IngestDestination in org.apache.druid.sql.destination
Classes in org.apache.druid.sql.destination that implement IngestDestinationModifier and TypeClassDescriptionclassDestination that represents an ingestion to an external source.classDestination that represents an ingestion to a druid table.