{"id":66214,"library":"flink-table-runtime","title":"Flink Table Runtime","description":"Contains runtime classes required by task managers for executing table programs in Apache Flink.","status":"active","version":"2.2.1","language":"java","source_language":null,"source_url":"https://github.com/apache/flink","tags":["flink","table","runtime","streaming"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.flink</groupId>\n  <artifactId>flink-table-runtime</artifactId>\n  <version>2.2.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.flink:flink-table-runtime:2.2.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"TableStreamOperator","correct":"org.apache.flink.table.runtime.operators.TableStreamOperator"}],"quickstart":{"code":"import org.apache.flink.table.runtime.operators.TableStreamOperator;\nimport org.apache.flink.streaming.api.datastream.DataStream;\n\npublic class Example {\n    public static void main(String[] args) {\n        TableStreamOperator operator = new TableStreamOperator();\n        System.out.println(\"Table stream operator created.\");\n    }\n}","lang":"java","description":"Creates a table stream operator for Flink."},"warnings":[{"fix":"Use higher-level Table API or SQL instead of directly referencing runtime classes.","message":"This module is internal to Flink; direct use is discouraged and may break across versions.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'apach':16 'class':6 'contain':4 'execut':12 'flink':1,17,18 'manag':10 'program':14 'requir':7 'runtim':3,5,20 'stream':21 'tabl':2,13,19 'task':9","created_at":"2026-06-17T17:20:41.332464+00:00","updated_at":"2026-06-17T17:20:41.332464+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://flink.apache.org","github":"https://github.com/apache/flink","docs":"https://appdoc.app/artifact/org.apache.flink/flink-table-runtime/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}