pyflink.table.table_result.TableResult.get_result_kind# TableResult.get_result_kind() → ResultKind[source]# Return the ResultKind which represents the result type. For DDL operation and USE operation, the result kind is always SUCCESS. For other operations, the result kind is always SUCCESS_WITH_CONTENT. Returns The result kind. New in version 1.11.0.