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.String
AggregateType. 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.String
Sql. genCompositeAggregateColumnSQL(ViewColumn VC)
java.lang.String
Sql. genPivotColumnSQL(ViewColumn VC)
boolean
Sql. stringArrayAggNeedsText(ViewColumn VC)
-
Uses of ViewColumn in tilda.generation.helpers
Fields in tilda.generation.helpers declared as ViewColumn Modifier and Type Field Description ViewColumn
TotalMess. _VC
Method parameters in tilda.generation.helpers with type arguments of type ViewColumn Modifier and Type Method Description void
CatalogHelper. 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 boolean
CodeGenSql. 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.String
Sql. genCompositeAggregateColumnSQL(ViewColumn VC)
java.lang.String
Sql. genPivotColumnSQL(ViewColumn VC)
boolean
Sql. 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 boolean
Sql. stringArrayAggNeedsText(ViewColumn VC)
-
Uses of ViewColumn in tilda.parsing.parts
Fields in tilda.parsing.parts declared as ViewColumn Modifier and Type Field Description ViewColumn
ViewPivot. _VC
ViewColumn
ViewPivotAggregate. _VC
ViewColumn
ViewTimeSeries. _VC
protected ViewColumn
ViewColumnWrapper. _VCol
Fields in tilda.parsing.parts with type parameters of type ViewColumn Modifier and Type Field Description java.util.List<ViewColumn>
ViewDistinctOn. _ColumnObjs
java.util.List<ViewColumn>
ViewJoinSimple. _FromCol
java.util.List<ViewColumn>
ViewRealizeIncremental. _IdentityViewColumns
java.util.List<ViewColumn>
View. _PivotColumns
java.util.List<ViewColumn>
ViewJoinSimple. _ToCol
java.util.List<ViewColumn>
View. _ViewColumns
Methods in tilda.parsing.parts that return ViewColumn Modifier and Type Method Description static ViewColumn
View. createTZ(ParserSession PS, ViewColumn VC)
ViewColumn
Schema. getSourceViewColumn(Column C)
ViewColumn
Schema. getViewColumn(java.lang.String viewName, java.lang.String columnName)
ViewColumn
View. 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 void
View. copyAdvancedViewColumnFields(ViewColumn VC, ViewColumn NewVC)
Copies field values from VC to NewVC.static ViewColumn
View. 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.String
ViewColumn. 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 ViewColumn
JoinHelper.RefDef. _vc
Methods in tilda.parsing.parts.helpers that return ViewColumn Modifier and Type Method Description static ViewColumn
PivotHelper. getPivottedColumn(View V, java.lang.String Name)
static ViewColumn
PivotHelper. getPivotViewColumn(ParserSession PS, View V, ViewPivotAggregate A)
static ViewColumn
PivotHelper. 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 void
ValueHelper. CheckColumnValue(ParserSession PS, ViewColumn Col, java.lang.String Name, java.lang.String Value, DefaultType Default)
static java.lang.String
PivotHelper. getPivotedViewColumnTypeStr(ViewColumn VC, ViewPivotAggregate A, ViewPivotValue VPV)
static java.util.List<Column>
SameAsHelper. getSameAsLineage(ViewColumn VC)
static Column
SameAsHelper. getSameAsRoot(ViewColumn vcol)
static java.lang.String
TzNameHelper. 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 ViewColumn
PivotHelper. handlePivotColumn(ParserSession PS, ViewColumn VC, ViewPivot P, ViewPivotAggregate A, ViewPivotValue VPV, Object O)
static boolean
PivotHelper. isAllowedSourceAggregate(ViewColumn VC)
static boolean
PivotHelper. isPivotAggregate(ViewColumn VC)
static boolean
PivotHelper. isPivotColumn(ViewColumn VC)
Method parameters in tilda.parsing.parts.helpers with type arguments of type ViewColumn Modifier and Type Method Description static java.lang.String
TzNameHelper. 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)
-