Package org.apache.calcite.adapter.os
package org.apache.calcite.adapter.os
The OS adapter contains various table functions that let you query data
sources in your operating system and environment.
-
ClassDescriptionTable function that executes the OS "cpu_info".Table function that executes the OS "cpu_info".Table function that executes the OS "du" ("disk usage") command to compute file sizes.Table function that executes the OS "find" command to find files under a particular path.Table function that executes the OS "git log" command to discover git commits.Table function that executes the OS "interface_addresses".Table function that executes the OS "interface_details".Table function that executes the OS "java_info".Table function that executes the OS "jps" ("Java Virtual Machine Process Status Tool") command to list all java processes of a user.Table function that executes the OS "memory_info".Table function that executes the OS "mounts".Enumerator that reads from OS's System.Get system enumeration information.Table function that executes the OS "os_version".Utilities regarding operating system processes.Table function that executes the OS "ps" command to list processes.Class for parsing, line by line, the output of the ps command for a predefined list of parameters.Command that executes its arguments as a SQL query against Calcite's OS adapter.Table function that reads stdin and returns one row per line.Table function that executes the OS "system_info".Table function that executes the OS "vmstat" command to share memory statistics.