public class FieldsReWriterUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldsReWriterUtil.DesiredField
Holder class to store field information (name and type) with the list of nodes this field is used in.
|
static class |
FieldsReWriterUtil.FieldsReWriter
Replaces original node with provided in mapper, otherwise returns original node.
|
| Constructor and Description |
|---|
FieldsReWriterUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFieldNameFromItemStarField(org.apache.calcite.rex.RexCall rexCall,
List<String> fieldNames)
Checks if operator call is using item star field.
|
public static String getFieldNameFromItemStarField(org.apache.calcite.rex.RexCall rexCall, List<String> fieldNames)
rexCall - operator callfieldNames - list of field namesCopyright © 2021 The Apache Software Foundation. All rights reserved.