public class PushDownUtil extends Object
| Constructor and Description |
|---|
PushDownUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.kylin.common.util.Pair<List<List<String>>,List<org.apache.kylin.metadata.querymeta.SelectedColumnMeta>> |
tryPushDownNonSelectQuery(String project,
String sql,
String defaultSchema) |
static org.apache.kylin.common.util.Pair<List<List<String>>,List<org.apache.kylin.metadata.querymeta.SelectedColumnMeta>> |
tryPushDownSelectQuery(String project,
String sql,
String defaultSchema,
SQLException sqlException) |
public static org.apache.kylin.common.util.Pair<List<List<String>>,List<org.apache.kylin.metadata.querymeta.SelectedColumnMeta>> tryPushDownSelectQuery(String project, String sql, String defaultSchema, SQLException sqlException) throws Exception
ExceptionCopyright © 2014–2017 Apache Software Foundation. All rights reserved.