public class BaseInputSourceDefn.PartialTableFunction extends BaseTableFunction
The set of parameters depends on the input source and on whether or not the catalog spec provides a format.
BaseTableFunction.ParameterTableFunction.ParameterDefn, TableFunction.ParameterType| Constructor and Description |
|---|
PartialTableFunction(ResolvedExternalTable table,
List<TableFunction.ParameterDefn> params) |
| Modifier and Type | Method and Description |
|---|---|
ExternalTableSpec |
apply(String fnName,
Map<String,Object> args,
List<ColumnSpec> columns,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
parameters, requireSchemapublic PartialTableFunction(ResolvedExternalTable table, List<TableFunction.ParameterDefn> params)
public ExternalTableSpec apply(String fnName, Map<String,Object> args, List<ColumnSpec> columns, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.