com.bigdata.sparse
Interface INameFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
SingleColumnFilter

public interface INameFilter
extends Serializable

Filter used to select column names.

Version:
$Id: INameFilter.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 boolean accept(String name)
          Return true to select values for the property with the given name.
 

Method Detail

accept

boolean accept(String name)
Return true to select values for the property with the given name.

Parameters:
name - The property (aka column) name.


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.