public class ExpirePartitionsProcedure extends ProcedureBase
catalog| Constructor and Description |
|---|
ExpirePartitionsProcedure() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.types.Row[] |
call(org.apache.flink.table.procedure.ProcedureContext procedureContext,
String tableId,
String expirationTime,
String timestampFormatter,
String timestampPattern,
String expireStrategy) |
String |
identifier()
Returns a unique identifier among same factory interfaces.
|
execute, execute, execute, notnull, nullable, optionalConfigMap, table, withCatalogpublic String identifier()
FactoryFor consistency, an identifier should be declared as one lower case word (e.g. kafka). If multiple factories exist for different versions, a version should be appended
using "-" (e.g. elasticsearch-7).
public org.apache.flink.types.Row[] call(org.apache.flink.table.procedure.ProcedureContext procedureContext,
String tableId,
String expirationTime,
String timestampFormatter,
String timestampPattern,
String expireStrategy)
throws Catalog.TableNotExistException
Catalog.TableNotExistExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.