Uses of Class
tilda.parsing.parts.ViewColumn
-
-
Uses of ViewColumn in tilda.enums
Methods in tilda.enums with parameters of type ViewColumn Modifier and Type Method Description java.lang.StringAggregateType. isCompatible(ViewColumn VC) -
Uses of ViewColumn in tilda.generation.bigquery
Methods in tilda.generation.bigquery with parameters of type ViewColumn Modifier and Type Method Description java.lang.StringSql. genCompositeAggregateColumnSQL(ViewColumn VC)java.lang.StringSql. genPivotColumnSQL(ViewColumn VC)booleanSql. stringArrayAggNeedsText(ViewColumn VC) -
Uses of ViewColumn in tilda.generation.helpers
Fields in tilda.generation.helpers declared as ViewColumn Modifier and Type Field Description ViewColumnTotalMess. _VCMethod parameters in tilda.generation.helpers with type arguments of type ViewColumn Modifier and Type Method Description voidCatalogHelper. addViewColumns(java.util.List<ViewColumn> VCL)Constructors in tilda.generation.helpers with parameters of type ViewColumn Constructor Description TotalMess(ViewColumn VC, Column C, int SequenceOrder, boolean implicitFKImport) -
Uses of ViewColumn in tilda.generation.interfaces
Methods in tilda.generation.interfaces with parameters of type ViewColumn Modifier and Type Method Description booleanCodeGenSql. stringArrayAggNeedsText(ViewColumn C) -
Uses of ViewColumn in tilda.generation.postgres9
Methods in tilda.generation.postgres9 with parameters of type ViewColumn Modifier and Type Method Description java.lang.StringSql. genCompositeAggregateColumnSQL(ViewColumn VC)java.lang.StringSql. genPivotColumnSQL(ViewColumn VC)booleanSql. stringArrayAggNeedsText(ViewColumn VC) -
Uses of ViewColumn in tilda.generation.sqlserver2014
Methods in tilda.generation.sqlserver2014 with parameters of type ViewColumn Modifier and Type Method Description booleanSql. stringArrayAggNeedsText(ViewColumn VC) -
Uses of ViewColumn in tilda.parsing.parts
Fields in tilda.parsing.parts declared as ViewColumn Modifier and Type Field Description ViewColumnViewPivot. _VCViewColumnViewPivotAggregate. _VCViewColumnViewTimeSeries. _VCprotected ViewColumnViewColumnWrapper. _VColFields in tilda.parsing.parts with type parameters of type ViewColumn Modifier and Type Field Description java.util.List<ViewColumn>ViewDistinctOn. _ColumnObjsjava.util.List<ViewColumn>ViewJoinSimple. _FromColjava.util.List<ViewColumn>ViewRealizeIncremental. _IdentityViewColumnsjava.util.List<ViewColumn>View. _PivotColumnsjava.util.List<ViewColumn>ViewJoinSimple. _ToColjava.util.List<ViewColumn>View. _ViewColumnsMethods in tilda.parsing.parts that return ViewColumn Modifier and Type Method Description static ViewColumnView. createTZ(ParserSession PS, ViewColumn VC)ViewColumnSchema. getSourceViewColumn(Column C)ViewColumnSchema. getViewColumn(java.lang.String viewName, java.lang.String columnName)ViewColumnView. getViewColumn(java.lang.String name)Methods in tilda.parsing.parts that return types with arguments of type ViewColumn Modifier and Type Method Description java.util.List<ViewColumn>Formula. getDependencyColumns()static java.util.List<ViewColumn>ViewDistinctOn. ParseColumns(ParserSession PS, View ParentView, java.lang.String[] Columns)Methods in tilda.parsing.parts with parameters of type ViewColumn Modifier and Type Method Description protected voidView. copyAdvancedViewColumnFields(ViewColumn VC, ViewColumn NewVC)Copies field values from VC to NewVC.static ViewColumnView. createTZ(ParserSession PS, ViewColumn VC)Method parameters in tilda.parsing.parts with type arguments of type ViewColumn Modifier and Type Method Description static java.lang.StringViewColumn. PrintColumnList(java.util.List<ViewColumn> L)returns a comma-separated string containing the unescaped column short namesConstructors in tilda.parsing.parts with parameters of type ViewColumn Constructor Description ViewColumnWrapper(Column SameAsCol, ViewColumn VCol, int SequenceOrder) -
Uses of ViewColumn in tilda.parsing.parts.helpers
Fields in tilda.parsing.parts.helpers declared as ViewColumn Modifier and Type Field Description protected ViewColumnJoinHelper.RefDef. _vcMethods in tilda.parsing.parts.helpers that return ViewColumn Modifier and Type Method Description static ViewColumnPivotHelper. getPivottedColumn(View V, java.lang.String Name)static ViewColumnPivotHelper. getPivotViewColumn(ParserSession PS, View V, ViewPivotAggregate A)static ViewColumnPivotHelper. handlePivotColumn(ParserSession PS, ViewColumn VC, ViewPivot P, ViewPivotAggregate A, ViewPivotValue VPV, Object O)Methods in tilda.parsing.parts.helpers with parameters of type ViewColumn Modifier and Type Method Description static voidValueHelper. CheckColumnValue(ParserSession PS, ViewColumn Col, java.lang.String Name, java.lang.String Value, DefaultType Default)static java.lang.StringPivotHelper. getPivotedViewColumnTypeStr(ViewColumn VC, ViewPivotAggregate A, ViewPivotValue VPV)static java.util.List<Column>SameAsHelper. getSameAsLineage(ViewColumn VC)static ColumnSameAsHelper. getSameAsRoot(ViewColumn vcol)static java.lang.StringTzNameHelper. getTzColumnNames(java.util.List<ViewColumn> columns, ViewColumn col)Creates a description for a TzColumn to tie a DateTime column to its Tz col, which could be a unique column, or a shared row col based on tzMode.
For views, this is a bit more complicated as multiple row-level rowTz columns may be imported from multiple source views/tables, and be further modified by aggregates and order-by clauses.static ViewColumnPivotHelper. handlePivotColumn(ParserSession PS, ViewColumn VC, ViewPivot P, ViewPivotAggregate A, ViewPivotValue VPV, Object O)static booleanPivotHelper. isAllowedSourceAggregate(ViewColumn VC)static booleanPivotHelper. isPivotAggregate(ViewColumn VC)static booleanPivotHelper. isPivotColumn(ViewColumn VC)Method parameters in tilda.parsing.parts.helpers with type arguments of type ViewColumn Modifier and Type Method Description static java.lang.StringTzNameHelper. getTzColumnNames(java.util.List<ViewColumn> columns, ViewColumn col)Creates a description for a TzColumn to tie a DateTime column to its Tz col, which could be a unique column, or a shared row col based on tzMode.
For views, this is a bit more complicated as multiple row-level rowTz columns may be imported from multiple source views/tables, and be further modified by aggregates and order-by clauses.Constructors in tilda.parsing.parts.helpers with parameters of type ViewColumn Constructor Description RefDef(ViewColumn vc)
-