@PublicEvolving public interface TablePipeline extends Explainable<TablePipeline>, Executable, Compilable
Table.insertInto(String)
Modifier and Type | Method and Description |
---|---|
Optional<ObjectIdentifier> |
getSinkIdentifier() |
explain, explain, printExplain
execute
compilePlan
Optional<ObjectIdentifier> getSinkIdentifier()
ObjectIdentifier
, if any. The result is empty for anonymous
sink tables that haven't been registered before.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.