JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.flink.table.utils.print
Interface RowDataToStringConverter
@Internal
public interface
RowDataToStringConverter
Interface to convert
RowData
to
String
using the SQL casting rules.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
[]
convert
(
RowData
rowData)
Method Details
convert
String
[]
convert
(
RowData
rowData)