| Class | Description |
|---|---|
| SplunkDriver |
JDBC driver for Splunk.
|
| SplunkDriver.MockSplunkConnection |
Connection that looks up responses from a static map.
|
| SplunkDriver.WrappingSplunkConnection |
Connection that records requests and responses.
|
| SplunkDriverVersion |
Version information for Calcite JDBC Driver for Splunk.
|
| SplunkPushDownRule |
Planner rule to push filters and projections to Splunk.
|
| SplunkQuery<T> |
Query against Splunk.
|
| SplunkSchema |
Splunk schema.
|
| SplunkTable |
Table based on Splunk.
|
| SplunkTable.SplunkTableQueryable<T> |
Implementation of
Queryable backed by a SplunkTable. |
| SplunkTableScan |
Relational expression representing a scan of Splunk.
|
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".
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.