public class SplunkSchema
extends org.apache.calcite.schema.impl.AbstractSchema
| Modifier and Type | Field and Description |
|---|---|
static String |
SPLUNK_TABLE_NAME
The name of the one and only table.
|
SplunkConnection |
splunkConnection |
static com.google.common.collect.ImmutableMap<String,org.apache.calcite.schema.Table> |
TABLE_MAP |
| Constructor and Description |
|---|
SplunkSchema(SplunkConnection splunkConnection)
Creates a SplunkSchema.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,org.apache.calcite.schema.Table> |
getTableMap() |
public static final String SPLUNK_TABLE_NAME
public static final com.google.common.collect.ImmutableMap<String,org.apache.calcite.schema.Table> TABLE_MAP
public final SplunkConnection splunkConnection
public SplunkSchema(SplunkConnection splunkConnection)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.