Package org.apache.calcite.adapter.splunk
Splunk query provider.
There is a single table, called "Splunk". It has fixed columns "host", "index", "source", "sourcetype". It has a variable type, so other fields are held in a map field called "_others".
-
Interface Summary Interface Description SplunkPushDownRule.Config Rule configuration. -
Class Summary Class Description SplunkDriver JDBC driver for Splunk.SplunkPushDownRule Planner rule to push filters and projections to Splunk.SplunkQuery<T> Query against Splunk.SplunkSchema Splunk schema.SplunkTableScan Relational expression representing a scan of Splunk.