Class TableSignature
java.lang.Object
org.apache.drill.exec.store.table.function.TableSignature
Describes table and parameters that can be used during table initialization and usage.
Common parameters are those that are common for all tables (ex: schema).
Specific parameters are those that are specific to the schema table belongs to.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
int
hashCode()
static TableSignature
static TableSignature
of
(String name, List<TableParamDef> commonParams) static TableSignature
of
(String name, List<TableParamDef> commonParams, List<TableParamDef> specificParams) toString()
-
Method Details
-
of
-
of
-
of
public static TableSignature of(String name, List<TableParamDef> commonParams, List<TableParamDef> specificParams) -
getName
-
getParams
-
getCommonParams
-
getSpecificParams
-
hashCode
public int hashCode() -
equals
-
toString
-