Uses of Class
org.apache.pinot.spi.utils.builder.TableNameBuilder
-
Packages that use TableNameBuilder Package Description org.apache.pinot.spi.utils.builder -
-
Uses of TableNameBuilder in org.apache.pinot.spi.utils.builder
Fields in org.apache.pinot.spi.utils.builder declared as TableNameBuilder Modifier and Type Field Description static TableNameBuilderTableNameBuilder. OFFLINEstatic TableNameBuilderTableNameBuilder. REALTIMEMethods in org.apache.pinot.spi.utils.builder that return TableNameBuilder Modifier and Type Method Description static TableNameBuilderTableNameBuilder. forType(TableType tableType)Get the table name builder for the given table type.
-