Class com::mapd::parser::extension::ddl::SqlShowDiskCacheUsageΒΆ

class

Class that encapsulates all information associated with a SHOW DISK CACHE USAGE DDL command.

Public Functions

com.mapd.parser.extension.ddl.SqlShowDiskCacheUsage.SqlShowDiskCacheUsage(final SqlParserPos pos)
com.mapd.parser.extension.ddl.SqlShowDiskCacheUsage.SqlShowDiskCacheUsage(final SqlParserPos pos, final List< String > tableNames)

Private Members

List<String> com.mapd.parser.extension.ddl.SqlShowDiskCacheUsage.tableNames = null

Private Static Attributes

final SqlOperator com.mapd.parser.extension.ddl.SqlShowDiskCacheUsage.OPERATOR= new SqlSpecialOperator("SHOW_DISK_CACHE_USAGE", SqlKind.OTHER_DDL)