public final class ColumnExtractor extends Object
| 构造器和说明 |
|---|
ColumnExtractor() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<ColumnSegment> |
extract(ExpressionSegment expression)
Extract column segment collection.
|
static void |
extractColumnSegments(Collection<ColumnSegment> columnSegments,
Collection<WhereSegment> whereSegments)
Extract column segments.
|
public static Collection<ColumnSegment> extract(ExpressionSegment expression)
expression - expression segmentpublic static void extractColumnSegments(Collection<ColumnSegment> columnSegments, Collection<WhereSegment> whereSegments)
columnSegments - column segmentswhereSegments - where segmentsCopyright © 2022 The Apache Software Foundation. All rights reserved.